Skip to content

Commit

Permalink
Merge pull request #32 from scala-steward/update/play-json-3.0.3
Browse files Browse the repository at this point in the history
Update play-json to 3.0.3
  • Loading branch information
ornicar authored May 5, 2024
2 parents 7dd761d + 27ad1c6 commit ab51e0b
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 @@ -46,7 +46,7 @@ lazy val playJson: Project = Project("playJson", file("playJson"))
commonSettings,
name := "scalalib-play-json",
libraryDependencies ++= List(
"org.playframework" %% "play-json" % "3.0.2"
"org.playframework" %% "play-json" % "3.0.3"
)
)
.dependsOn(core)
Expand Down

0 comments on commit ab51e0b

Please sign in to comment.