Skip to content

Commit a35a763

Browse files
authored
Merge pull request #855 from scala-steward/update/scala-collection-compat-2.7.0
Update scala-collection-compat from 2.6.0 to 2.7.0
2 parents 4a0dd6f + f298159 commit a35a763

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.3"
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
32-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
32+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
3434
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3535
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"

0 commit comments

Comments
 (0)