Skip to content

Commit

Permalink
adjusted to use release 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <[email protected]>
  • Loading branch information
thjaeckle committed Sep 4, 2023
1 parent 584cb29 commit 33c8b2c
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.0.1"
libraryDependencies +="com.github.scullxbones" %% "pekko-persistence-mongodb" % "1.0.2"
```
* 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 33c8b2c

Please sign in to comment.