Skip to content

Commit 3d97b04

Browse files
committed
Fix bootstrapping for publishLocal by specifying the play json dependency
1 parent d9d77f3 commit 3d97b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ object Build {
537537
// get libraries onboard
538538
libraryDependencies ++= Seq(
539539
"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
540+
"com.typesafe.play" % "play-json_2.12" % "2.6.10", // used by explicit-nulls
541541
// FIXME: Not needed, but should be on the compiler CP
542542
("org.scala-lang.modules" %% "scala-xml" % "1.1.0").withDottyCompat(scalaVersion.value),
543543
"org.scala-lang" % "scala-library" % scalacVersion % "test",

0 commit comments

Comments
 (0)