We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01c15c5 + b89b347 commit a348efeCopy full SHA for a348efe
1 file changed
build.sbt
@@ -67,7 +67,7 @@ lazy val commonDependencies = Seq(
67
)
68
69
lazy val persistenceQueryDependencies = Seq(
70
- "com.typesafe.akka" %% "akka-persistence-query-experimental" % akkaVersion
+ "com.typesafe.akka" %% "akka-persistence-query" % akkaVersion
71
72
73
lazy val publishSettings = Seq(
0 commit comments