We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f006f0 commit 79a6c93Copy full SHA for 79a6c93
build.sbt
@@ -74,7 +74,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
74
.in(file("playJson"))
75
.settings(commonSettings: _*)
76
.settings(name := "diffson-play-json",
77
- libraryDependencies += "org.playframework" %%% "play-json" % "3.0.3",
+ libraryDependencies += "org.playframework" %%% "play-json" % "3.0.4",
78
tlVersionIntroduced := Map("3" -> "4.3.0"))
79
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
80
.dependsOn(core, testkit % Test)
0 commit comments