Skip to content

Commit

Permalink
Merge pull request #428 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
satabin authored Jun 25, 2024
2 parents f10fddf + 79a6c93 commit 142c5cf
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 @@ -74,7 +74,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("playJson"))
.settings(commonSettings: _*)
.settings(name := "diffson-play-json",
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.3",
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.4",
tlVersionIntroduced := Map("3" -> "4.3.0"))
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
.dependsOn(core, testkit % Test)
Expand Down

0 comments on commit 142c5cf

Please sign in to comment.