Skip to content

Commit c607869

Browse files
committed
Update play-json to 2.5.9
1 parent 36a111f commit c607869

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ lazy val sample = (project in file("sample"))
3131
.settings(
3232
name := "akka-persistence-sql-async-sample",
3333
libraryDependencies ++= Seq(
34-
"com.typesafe.play" % "play-json_2.11" % "2.4.6",
35-
"commons-codec" % "commons-codec" % "1.9"
34+
"com.typesafe.play" % "play-json_2.11" % "2.5.9"
3635
)
3736
)
3837
.dependsOn(core)

0 commit comments

Comments
 (0)