We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46fa83b + d28cf1a commit b151eafCopy full SHA for b151eaf
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
36
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
37
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
38
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
39
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
40
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
41
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
0 commit comments