Skip to content

Commit

Permalink
Merge pull request #400 from scala-steward/update/play-json-3.0.2
Browse files Browse the repository at this point in the history
Update play-json to 3.0.2
  • Loading branch information
satabin authored Jan 19, 2024
2 parents 3b6ff33 + f2c06ad commit 2c3177f
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 @@ -73,7 +73,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.1",
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.2",
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 2c3177f

Please sign in to comment.