We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a111f commit c607869Copy full SHA for c607869
1 file changed
build.sbt
@@ -31,8 +31,7 @@ lazy val sample = (project in file("sample"))
31
.settings(
32
name := "akka-persistence-sql-async-sample",
33
libraryDependencies ++= Seq(
34
- "com.typesafe.play" % "play-json_2.11" % "2.4.6",
35
- "commons-codec" % "commons-codec" % "1.9"
+ "com.typesafe.play" % "play-json_2.11" % "2.5.9"
36
)
37
38
.dependsOn(core)
0 commit comments