Skip to content

Commit

Permalink
Update scala-xml to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 25, 2024
1 parent 3de8557 commit d9411c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ lazy val zincTesting = (projectMatrix in internalPath / "zinc-testing")
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.2.0"
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
)
.defaultAxes(VirtualAxis.jvm, VirtualAxis.scalaPartialVersion(scala212))
.jvmPlatform(scalaVersions = List(scala212, scala213))
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {

val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
Expand Down

0 comments on commit d9411c5

Please sign in to comment.