Skip to content

Commit 2dd6a02

Browse files
authored
Merge pull request #1362 from SethTisue/clean-up-scala-xml-dependency
Clean up scala-xml dependency
2 parents 8ae644a + 8f83476 commit 2dd6a02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ lazy val zincTesting = (projectMatrix in internalPath / "zinc-testing")
255255
baseSettings,
256256
publish / skip := true,
257257
libraryDependencies ++= Seq(scalaCheck, scalatest, verify, sjsonnewScalaJson.value),
258-
// scala-compiler depends on 1.x, but 2.x works too
259-
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
258+
dependencyOverrides += scalaXml,
260259
)
261260
.defaultAxes(VirtualAxis.jvm, VirtualAxis.scalaPartialVersion(scala212))
262261
.jvmPlatform(scalaVersions = List(scala212, scala213))

0 commit comments

Comments
 (0)