Skip to content

Commit 4f50cd4

Browse files
authored
Merge pull request #303 from ybasket/play-json-scala3
Use 2.10.0-RC6 of Play! Json to enable Scala 3 build
2 parents 5a380e3 + c68a0cf commit 4f50cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
7373
.in(file("playJson"))
7474
.settings(commonSettings: _*)
7575
.settings(name := "diffson-play-json",
76-
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.9.3",
77-
crossScalaVersions := Seq(scala212, scala213))
76+
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6",
77+
tlVersionIntroduced := Map("3" -> "4.3.0"))
7878
.dependsOn(core, testkit % Test)
7979

8080
val circeVersion = "0.14.3"

0 commit comments

Comments
 (0)