Skip to content

Commit

Permalink
Fix exclude rule for circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Jan 10, 2018
1 parent 68e2187 commit 06a3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val xml = crossProject.in(file("."))
libraryDependencies += "junit" % "junit" % "4.11" % "test",
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
)
.jsSettings(
// Scala.js cannot run forked tests
Expand Down

0 comments on commit 06a3b68

Please sign in to comment.