Skip to content

Commit 09388d5

Browse files
committed
Use 2.10.0-RC6 of Play! Json to enable Scala 3 build
This RC is out since March and the best option to have something on Scala 3 as development seems pretty much stalled.
1 parent 5a380e3 commit 09388d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
7272
.crossType(CrossType.Full)
7373
.in(file("playJson"))
7474
.settings(commonSettings: _*)
75-
.settings(name := "diffson-play-json",
76-
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.9.3",
77-
crossScalaVersions := Seq(scala212, scala213))
75+
.settings(name := "diffson-play-json", libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6")
7876
.dependsOn(core, testkit % Test)
7977

8078
val circeVersion = "0.14.3"

0 commit comments

Comments
 (0)