diff --git a/README.md b/README.md index c1d0ce34a..3a89cb956 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,7 @@ akka-persistence-jdbc writes journal and snapshot entries to a configured JDBC s Add the following to your `build.sbt`: ```scala -// the library is available in Bintray's JCenter -resolvers += Resolver.jcenterRepo - -// akka 2.5.x -libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.4.0" - -// akka 2.4.x -libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "2.8.0" +libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.0" ``` ## Release notes @@ -43,7 +36,7 @@ If you want to take action, feel free to contact Dennis Vriend T):Unit). [slick]: http://slick.lightbend.com/ -[slick-jndi]: http://slick.typesafe.com/doc/3.1.1/database.html#using-a-jndi-name +[slick-jndi]: http://slick.typesafe.com/doc/3.3.0/database.html#using-a-jndi-name [apache]: http://www.apache.org/licenses/LICENSE-2.0 [w3c-cond]: http://www.w3.org/Consortium/cepc/ [w3c-proc]: http://www.w3.org/Consortium/pwe/#Procedures diff --git a/version.sbt b/version.sbt index b7f778e30..4c677f31a 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version := "3.5.0-SNAPSHOT" +version := "3.5.0"