Skip to content

Commit

Permalink
adjusted README.md to use release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Jun 17, 2024
1 parent c345be3 commit 1b9a6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Add the following to sbt:

```scala
libraryDependencies +="com.github.scullxbones" %% "pekko-persistence-mongodb" % "1.1.0"
libraryDependencies +="com.github.scullxbones" %% "pekko-persistence-mongodb" % "1.2.0"
```
* Inside your `application.conf` file, add the following line if you want to use the journal (snapshot is optional).
The driver selection should be pulled in by a `reference.conf` in the driver jar you choose:
Expand Down

0 comments on commit 1b9a6a4

Please sign in to comment.