Skip to content

Commit

Permalink
Merge pull request #267 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
sh0hei authored Aug 3, 2024
2 parents 599ec46 + e636aa8 commit 30becb3
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 @@ -96,7 +96,7 @@ lazy val sangriaPlayJson = (projectMatrix in file("sangria-play-json"))
_.settings(
moduleName := name.value + "-play30",
libraryDependencies ++= Seq(
"org.playframework" %% "play-json" % "3.0.2"
"org.playframework" %% "play-json" % "3.0.4"
)
)
)

0 comments on commit 30becb3

Please sign in to comment.