We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c13153 commit cc6459fCopy full SHA for cc6459f
build.sbt
@@ -36,7 +36,7 @@ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test"
36
37
//// testing:
38
// used in CompilerErrors test
39
-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}")
40
41
mimaPreviousVersion := Some("1.0.5")
42
0 commit comments