Update scala-xml to 1.3.0 (#206)

* Update scala-xml to 1.3.0

* Update scala-xml to 1.3.0
This commit is contained in:
Scala Steward 2020-04-16 03:27:22 +02:00 committed by GitHub
parent 7a359d2b4e
commit b03f069112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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