Skip to content

Commit 5ffdbc9

Browse files
authored
Merge pull request #512 from ashawley/compiler-dependency-exclude
Remove exclude rule from scala-compiler test dependency
2 parents 3d723a7 + 6840ae4 commit 5ffdbc9

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
@@ -119,7 +119,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
119119
case Some((3, _)) =>
120120
Seq()
121121
case _ =>
122-
Seq(("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}"))
122+
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
123123
}),
124124
)
125125
.jsSettings(

0 commit comments

Comments
 (0)