Skip to content

Commit 06a3b68

Browse files
committed
Fix exclude rule for circular dependency
1 parent 68e2187 commit 06a3b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val xml = crossProject.in(file("."))
4242
libraryDependencies += "junit" % "junit" % "4.11" % "test",
4343
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
4444
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
45-
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
45+
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
4646
)
4747
.jsSettings(
4848
// Scala.js cannot run forked tests

0 commit comments

Comments
 (0)