Skip to content

Commit

Permalink
build(deps): Update scala-collection-compat from 2.11.0 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Jul 13, 2024
1 parent b204b03 commit 74e9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object Dependencies {
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
val dependency = "io.get-coursier" %% "dependency" % "0.2.3"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val shapeless = "com.chuusai" %% "shapeless" % shapelessVersion
val caseApp = "com.github.alexarchambault" %% "case-app" % caseAppVersion
val caseApp21 = "com.github.alexarchambault" %% "case-app" % "2.1.0-M15"
Expand Down

0 comments on commit 74e9c01

Please sign in to comment.