From 418df86f7a4c07d590d4678ce280330e44777e8b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 19:35:14 +0000 Subject: [PATCH] Update scala-xml to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e82b1d5a..7308f189d 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { // like the 2.12.x Scala compiler, otherwise we run into conflicts when using sbt 1.5+ // See https://github.com/scala/scala/pull/9743 "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", // Do not upgrade beyond 1.x - "org.scala-lang.modules" %% "scala-xml" % "2.2.0" + "org.scala-lang.modules" %% "scala-xml" % "2.3.0" ) } }