Skip to content

Commit

Permalink
Update play-json, play-json-joda to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 22, 2023
1 parent b26e753 commit 10e2616
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.2",
"com.typesafe.play" %% "play-json-joda" % "2.10.2",
ws,
specs2 % Test
)
Expand Down

0 comments on commit 10e2616

Please sign in to comment.