diff --git a/build.sbt b/build.sbt index 274e96463..90eee3c9c 100644 --- a/build.sbt +++ b/build.sbt @@ -100,7 +100,7 @@ lazy val `lm-coursier-shaded` = project "io.get-coursier" %% "coursier" % coursierVersion0, "io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided, "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0", - "org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded + "org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % { if (scalaBinaryVersion.value == "2.12") lmVersion else lm2_13Version