!per #17862 Remove experimental from persistence

This commit is contained in:
Patrik Nordwall 2015-08-11 11:20:32 +02:00
parent fb5d338c06
commit 2694e13b32
14 changed files with 34 additions and 72 deletions

View file

@ -5,6 +5,6 @@ version := "2.4-SNAPSHOT"
scalaVersion := "2.11.5"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-persistence-experimental" % "2.4-SNAPSHOT"
"com.typesafe.akka" %% "akka-persistence" % "2.4-SNAPSHOT"
)