From 1fe46bedd1638420220611a5a4d1de06c8b9ee01 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 26 Apr 2019 23:46:38 +0200 Subject: [PATCH] Update scala-xml to 1.2.0 (#61) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 266635dac..95a9b436d 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val `lm-coursier-shaded` = project ), libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0 % "shaded", - "org.scala-lang.modules" %% "scala-xml" % "1.1.1", // depending on that one so that it doesn't get shaded + "org.scala-lang.modules" %% "scala-xml" % "1.2.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4", "org.scalatest" %% "scalatest" % "3.0.7" % Test )