Skip to content

Commit 7609822

Browse files
authored
Merge pull request #419 from scala-steward/update/play-json-3.0.3
Update play-json to 3.0.3
2 parents 66fcd61 + 0748a81 commit 7609822

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.2",
77+
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.3",
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)