From cec43fb5836faf7cf730ee7f1a858d067455067e Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 00:29:43 +0000 Subject: [PATCH] Update scala-xml to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7407990cfad5..abe212714d2b 100644 --- a/build.sbt +++ b/build.sbt @@ -538,7 +538,7 @@ lazy val commonJunitTestSettings = Seq( ), libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % Test, - "org.scala-lang.modules" %% "scala-xml" % "2.3.0" % Test, + "org.scala-lang.modules" %% "scala-xml" % "2.4.0" % Test, "org.apache.maven" % "maven-embedder" % "3.9.9" % Test, "org.apache.maven" % "maven-compat" % "3.9.9" % Test, "com.google.inject" % "guice" % "6.0.0" % Test,