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 2e39287 commit 809e0eaCopy full SHA for 809e0ea
build.sbt
@@ -58,7 +58,7 @@ lazy val xml = crossProject.in(file("."))
58
libraryDependencies += "junit" % "junit" % "4.11" % "test",
59
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
60
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
61
- libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
+ libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
62
)
63
.jsSettings(
64
// Scala.js cannot run forked tests
0 commit comments