From b03f069112ca7e519ad5e1821889650ab3cacee3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 16 Apr 2020 03:27:22 +0200 Subject: [PATCH] Update scala-xml to 1.3.0 (#206) * Update scala-xml to 1.3.0 * Update scala-xml to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab939d3fd..9e65b37c9 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val `lm-coursier-shaded` = project libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0 % "shaded", "io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided, - "org.scala-lang.modules" %% "scala-xml" % "1.2.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" % "1.3.2", "org.scalatest" %% "scalatest" % "3.1.1" % Test ),