Merge pull request #500 from scala-steward/update/scala-xml-2.3.0

Update scala-xml to 2.3.0
This commit is contained in:
Tomasz Godzik 2024-04-18 08:51:43 +02:00 committed by GitHub
commit 909de1de13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,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.12.0",
"org.scala-lang.modules" %% "scala-xml" % "2.2.0", // depending on that one so that it doesn't get shaded
"org.scala-lang.modules" %% "scala-xml" % "2.3.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.18" % Test