Skip to content

Commit 142c5cf

Browse files
authored
Merge pull request #428 from scala-steward/update/play-json-3.0.4
Update play-json to 3.0.4
2 parents f10fddf + 79a6c93 commit 142c5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
7474
.in(file("playJson"))
7575
.settings(commonSettings: _*)
7676
.settings(name := "diffson-play-json",
77-
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.3",
77+
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.4",
7878
tlVersionIntroduced := Map("3" -> "4.3.0"))
7979
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
8080
.dependsOn(core, testkit % Test)

0 commit comments

Comments
 (0)