mirror of https://github.com/sbt/sbt.git
Update scala-xml to 1.2.0 (#61)
This commit is contained in:
parent
8bc1d58303
commit
1fe46bedd1
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue