Skip to content

Commit 2c3177f

Browse files
authored
Merge pull request #400 from scala-steward/update/play-json-3.0.2
Update play-json to 3.0.2
2 parents 3b6ff33 + f2c06ad commit 2c3177f

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
@@ -73,7 +73,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
7373
.in(file("playJson"))
7474
.settings(commonSettings: _*)
7575
.settings(name := "diffson-play-json",
76-
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.1",
76+
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.2",
7777
tlVersionIntroduced := Map("3" -> "4.3.0"))
7878
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
7979
.dependsOn(core, testkit % Test)

0 commit comments

Comments
 (0)