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.
2 parents 5a380e3 + c68a0cf commit 4f50cd4Copy full SHA for 4f50cd4
build.sbt
@@ -73,8 +73,8 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
73
.in(file("playJson"))
74
.settings(commonSettings: _*)
75
.settings(name := "diffson-play-json",
76
- libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.9.3",
77
- crossScalaVersions := Seq(scala212, scala213))
+ libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6",
+ tlVersionIntroduced := Map("3" -> "4.3.0"))
78
.dependsOn(core, testkit % Test)
79
80
val circeVersion = "0.14.3"
0 commit comments