From f73ea018ed50c2a1ed53384a04965e563e4da5df Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 12 Aug 2022 17:44:13 +0200 Subject: [PATCH] Revert "Update scala-xml to 2.1.0 (#387)" This reverts commit 18a72e49755e74903bff2cdd3ce89bd2e8d034b6. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9ab80888c..ebd85f79e 100644 --- a/build.sbt +++ b/build.sbt @@ -99,7 +99,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.8.1", - "org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded + "org.scala-lang.modules" %% "scala-xml" % "1.3.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