Skip to content

Commit

Permalink
Update scala-collection-compat to 2.10.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 1, 2023
1 parent c41a4e0 commit 4c162df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ lazy val `lm-coursier-shaded` = project
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierVersion0,
"io.get-coursier.jniutils" % "windows-jni-utils-lmcoursier" % jniUtilsVersion,
"net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixV % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
lmIvy.value,
Expand Down

0 comments on commit 4c162df

Please sign in to comment.