Skip to content

Commit

Permalink
preparing for 3.4.0 release (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored and WellingR committed May 29, 2018
1 parent a4bf46d commit bf29862
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 @@ -18,7 +18,7 @@ Add the following to your `build.sbt`:
resolvers += Resolver.jcenterRepo

// akka 2.5.x
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.3.0"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.4.0"

// akka 2.4.x
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "3.3.0"
version := "3.4.0"

0 comments on commit bf29862

Please sign in to comment.