Skip to content

Commit

Permalink
Akka 2.5.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Mar 17, 2017
1 parent 042e336 commit aba2370
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 @@ -20,7 +20,7 @@ This version of `akka-persistence-cassandra` depends on Akka 2.4.17. It has been

To include the latest release of the Cassandra plugins for **Akka 2.5.x** into your `sbt` project, add the following lines to your `build.sbt` file:

libraryDependencies += "com.typesafe.akka" %% "akka-persistence-cassandra" % "0.50-M2"
libraryDependencies += "com.typesafe.akka" %% "akka-persistence-cassandra" % "0.50-RC1"

This version of `akka-persistence-cassandra` depends on Akka 2.5-M2. It has been published for Scala 2.11 and 2.12.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")
// disable parallel tests
parallelExecution in Test := false

val AkkaVersion = "2.5-M2"
val AkkaVersion = "2.5.0-RC1"

libraryDependencies ++= Seq(
"com.datastax.cassandra" % "cassandra-driver-core" % "3.1.0",
Expand Down

0 comments on commit aba2370

Please sign in to comment.