We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42163d4 commit 098dd3fCopy full SHA for 098dd3f
build.sbt
@@ -34,7 +34,7 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
34
35
//// testing:
36
// used in CompilerErrors test
37
-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}")
38
39
mimaPreviousVersion := Some("1.0.5")
40
0 commit comments