Skip to content

Commit 36706a4

Browse files
authored
Merge pull request #610 from scala-steward/update/scala-collection-compat-2.5.0
Update scala-collection-compat from 2.4.4 to 2.5.0
2 parents 5a092f0 + 69cb77b commit 36706a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2929
val postgresql = "org.postgresql" % "postgresql" % "42.2.23"
3030
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.16.0"
31-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
31+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
3333
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
3434
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"

0 commit comments

Comments
 (0)