Skip to content

Commit 6840ae4

Browse files
committed
Remove exclude rule from scala-compiler test dependency
1 parent ad0c9a2 commit 6840ae4

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
@@ -113,7 +113,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
113113
case Some((3, _)) =>
114114
Seq()
115115
case _ =>
116-
Seq(("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}"))
116+
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
117117
}),
118118
)
119119
.jsSettings(

0 commit comments

Comments
 (0)