Skip to content

Commit

Permalink
Merge pull request lichess-org#14507 from scala-steward/update/play-j…
Browse files Browse the repository at this point in the history
…son-3.0.2

Update play-json to 3.0.2
  • Loading branch information
ornicar authored Jan 18, 2024
2 parents a887daf + 1668e6a commit 884d61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Dependencies {

object play {
val playVersion = "2.8.18-lila_3.18"
val json = "org.playframework" %% "play-json" % "3.0.1"
val json = "org.playframework" %% "play-json" % "3.0.2"
val api = "com.typesafe.play" %% "play" % playVersion
val server = "com.typesafe.play" %% "play-server" % playVersion
val netty = "com.typesafe.play" %% "play-netty-server" % playVersion
Expand Down

0 comments on commit 884d61c

Please sign in to comment.