Skip to content

Commit

Permalink
Merge pull request #512 from ashawley/compiler-dependency-exclude
Browse files Browse the repository at this point in the history
Remove exclude rule from scala-compiler test dependency
  • Loading branch information
SethTisue authored May 13, 2021
2 parents 3d723a7 + 6840ae4 commit 5ffdbc9
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 @@ -119,7 +119,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
case Some((3, _)) =>
Seq()
case _ =>
Seq(("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}"))
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
}),
)
.jsSettings(
Expand Down

0 comments on commit 5ffdbc9

Please sign in to comment.