Skip to content

Commit 558a47f

Browse files
authored
Merge pull request #726 from scala-steward/update/scala-collection-compat-2.6.0
Update scala-collection-compat from 2.5.0 to 2.6.0
2 parents 29af83a + 715fe35 commit 558a47f

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
@@ -29,7 +29,7 @@ object Dependencies {
2929
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
3030
val postgresql = "org.postgresql" % "postgresql" % "42.3.1"
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
32-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
32+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
3434
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3535
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"

0 commit comments

Comments
 (0)