From 6840ae4765c202d5d3749c4dacbe26596123f911 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Mon, 19 Apr 2021 18:18:27 -0400 Subject: [PATCH] Remove exclude rule from scala-compiler test dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ddbeb97..b77b0580 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,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(