Skip to content

Commit 0e87744

Browse files
committed
Update play-json to 3.1.0-M8
1 parent 99f8ff0 commit 0e87744

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
@@ -88,7 +88,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8888
.in(file("playJson"))
8989
.settings(commonSettings: _*)
9090
.settings(name := "diffson-play-json",
91-
libraryDependencies += "org.playframework" %%% "play-json" % "3.1.0-M3",
91+
libraryDependencies += "org.playframework" %%% "play-json" % "3.1.0-M8",
9292
tlVersionIntroduced := Map("3" -> "4.3.0"))
9393
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.7.0", "2.13" -> "4.7.0", "3" -> "4.7.0"))
9494
.dependsOn(core, testkit % Test)

0 commit comments

Comments
 (0)