Update scala-collection-compat to 2.3.2 (#302)

This commit is contained in:
Scala Steward 2020-12-23 19:18:23 +01:00 committed by GitHub
parent 7adfdd56f5
commit a9995ca977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ lazy val `lm-coursier-shaded` = project
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % coursierVersion0,
"io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2",
"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.4",
"org.scalatest" %% "scalatest" % "3.2.3" % Test