Skip to content

Commit

Permalink
Merge pull request #1362 from SethTisue/clean-up-scala-xml-dependency
Browse files Browse the repository at this point in the history
Clean up scala-xml dependency
  • Loading branch information
SethTisue authored May 29, 2024
2 parents 8ae644a + 8f83476 commit 2dd6a02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ lazy val zincTesting = (projectMatrix in internalPath / "zinc-testing")
baseSettings,
publish / skip := true,
libraryDependencies ++= Seq(scalaCheck, scalatest, verify, sjsonnewScalaJson.value),
// scala-compiler depends on 1.x, but 2.x works too
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
dependencyOverrides += scalaXml,
)
.defaultAxes(VirtualAxis.jvm, VirtualAxis.scalaPartialVersion(scala212))
.jvmPlatform(scalaVersions = List(scala212, scala213))
Expand Down

0 comments on commit 2dd6a02

Please sign in to comment.