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.
ScalaRunTime
1 parent 8a9a415 commit 4f54266Copy full SHA for 4f54266
library/src/scala/runtime/ScalaRunTime.scala
project/Build.scala
@@ -461,7 +461,7 @@ object Build {
461
462
// get libraries onboard
463
libraryDependencies ++= Seq("com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
464
- "org.scala-lang.modules" %% "scala-xml" % "1.0.6",
+ ("org.scala-lang.modules" % "scala-xml_2.12" % "1.0.6").withDottyCompat(),
465
"com.novocode" % "junit-interface" % "0.11" % "test",
466
"org.scala-lang" % "scala-library" % scalacVersion % "test"),
467
0 commit comments