Skip to content

Commit

Permalink
Preparations for 3.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored and WellingR committed Jun 17, 2019
1 parent 710c2f5 commit 0de8308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ akka-persistence-jdbc writes journal and snapshot entries to a configured JDBC s
Add the following to your `build.sbt`:

```scala
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.1"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.2"
```

## Release notes
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "3.5.1"
version := "3.5.2"

0 comments on commit 0de8308

Please sign in to comment.