Skip to content

Commit

Permalink
Update play-json to 3.0.2 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 18, 2024
1 parent ad47999 commit c1d2c2a
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 @@ -38,7 +38,7 @@ object Dependencies {
) ++ testDependencies

val jsonPlay: Seq[ModuleID] = Seq(
"org.playframework" %% "play-json" % "3.0.0"
"org.playframework" %% "play-json" % "3.0.2"
) ++ testDependencies

val jsonGson: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit c1d2c2a

Please sign in to comment.