Skip to content

Commit

Permalink
Update play-json, play-json-joda to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2024
1 parent 41bf983 commit 38c52bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"com.github.ornicar" %% "scalalib" % "7.1.0",
"com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % "7.17.4",
"com.typesafe.play" %% "play-json" % "2.9.4",
"com.typesafe.play" %% "play-json-joda" % "2.9.4",
"com.typesafe.play" %% "play-json" % "2.10.4",
"com.typesafe.play" %% "play-json-joda" % "2.10.4",
ws,
specs2 % Test
)
Expand Down

0 comments on commit 38c52bc

Please sign in to comment.