From b84fc36c73e71bd486d1f72e01daf8770989f426 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 May 2025 16:50:46 +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 042a8a5c..0a06b1f8 100644 --- a/build.sbt +++ b/build.sbt @@ -161,7 +161,7 @@ lazy val `lm-coursier-shaded` = project "io.get-coursier.jniutils" % "windows-jni-utils-lmcoursier" % jniUtilsVersion, "net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixV % Provided, "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0", - "org.scala-lang.modules" %% "scala-xml" % "2.3.0", // depending on that one so that it doesn't get shaded + "org.scala-lang.modules" %% "scala-xml" % "2.4.0", // depending on that one so that it doesn't get shaded "org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either lmIvy.value, "org.scalatest" %% "scalatest" % "3.2.19" % Test