We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2187 commit 06a3b68Copy full SHA for 06a3b68
build.sbt
@@ -42,7 +42,7 @@ lazy val xml = crossProject.in(file("."))
42
libraryDependencies += "junit" % "junit" % "4.11" % "test",
43
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
44
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
45
- 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}")
46
)
47
.jsSettings(
48
// Scala.js cannot run forked tests
0 commit comments