We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 121034f + 006afa4 commit 8495b63Copy full SHA for 8495b63
build.sbt
@@ -32,7 +32,7 @@ lazy val xml = crossProject.in(file("."))
32
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
33
libraryDependencies += "junit" % "junit" % "4.11" % "test",
34
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
35
- libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*"),
+ libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}"),
36
mimaPreviousVersion := Some("1.0.6")): _*)
37
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
38
0 commit comments