Skip to content

Commit b151eaf

Browse files
authored
Merge pull request avast#1279 from scala-steward/update/scala-collection-compat-2.13.0
Update scala-collection-compat from 2.9.0 to 2.13.0
2 parents 46fa83b + d28cf1a commit b151eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Dependencies {
3535
val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
3636
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
3737
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
38-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
38+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
3939
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
4040
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
4141
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

0 commit comments

Comments
 (0)