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 d9d77f3 commit 3d97b04Copy full SHA for 3d97b04
project/Build.scala
@@ -537,7 +537,7 @@ object Build {
537
// get libraries onboard
538
libraryDependencies ++= Seq(
539
"org.scala-lang.modules" % "scala-asm" % "6.0.0-scala-1", // used by the backend
540
- "com.typesafe.play" %% "play-json" % "2.6.10", // used by explicit-nulls
+ "com.typesafe.play" % "play-json_2.12" % "2.6.10", // used by explicit-nulls
541
// FIXME: Not needed, but should be on the compiler CP
542
("org.scala-lang.modules" %% "scala-xml" % "1.1.0").withDottyCompat(scalaVersion.value),
543
"org.scala-lang" % "scala-library" % scalacVersion % "test",
0 commit comments