Skip to content

Commit

Permalink
Update play-json, play-json-joda to 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent a92df91 commit d018c8f
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.5",
"com.typesafe.play" %% "play-json-joda" % "2.10.5"
)

resolvers += "lila-maven" at "https://raw.githubusercontent.com/ornicar/lila-maven/master"
Expand Down

0 comments on commit d018c8f

Please sign in to comment.