We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383f5fa commit d1f54f3Copy full SHA for d1f54f3
build.sbt
@@ -33,7 +33,7 @@ lazy val xml = crossProject.in(file("."))
33
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
34
libraryDependencies += "junit" % "junit" % "4.11" % "test",
35
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
36
- 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}"),
37
mimaPreviousVersion := Some("1.0.6"),
38
// You cannot disable JVM test forking when working on scala modules
39
// that are distributed with the compiler because of an SBT
0 commit comments