Skip to content

Commit

Permalink
Merge pull request #554 from scala-steward/update/play-json-3.0.4
Browse files Browse the repository at this point in the history
Update play-json to 3.0.4
  • Loading branch information
ornicar committed Jun 24, 2024
2 parents 415b8a0 + 86e391e commit 82eeb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val playJson: Project = Project("playJson", file("playJson"))
commonSettings,
name := "scalachess-play-json",
libraryDependencies ++= List(
"org.playframework" %% "play-json" % "3.0.3",
"org.playframework" %% "play-json" % "3.0.4",
"org.lichess" %% "scalalib-play-json" % scalalibVersion
)
)
Expand Down

0 comments on commit 82eeb90

Please sign in to comment.