File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ lazy val xml = crossProject.in(file("."))
3333 OsgiKeys .exportPackage := Seq (s " scala.xml.*;version= ${version.value}" ),
3434 libraryDependencies += " junit" % " junit" % " 4.11" % " test" ,
3535 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* " ),
36+ libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaVersion.value} " ),
3737 mimaPreviousVersion := Some (" 1.0.6" ),
3838 // You cannot disable JVM test forking when working on scala modules
3939 // that are distributed with the compiler because of an SBT
You can’t perform that action at this time.
0 commit comments