Update scala-xml to 1.2.0 (#61)

This commit is contained in:
Scala steward 2019-04-26 23:46:38 +02:00 committed by Alexandre Archambault
parent 8bc1d58303
commit 1fe46bedd1
1 changed files with 1 additions and 1 deletions

View File

@ -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
)