We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0dd6f + f298159 commit a35a763Copy full SHA for a35a763
project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
29
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
30
val postgresql = "org.postgresql" % "postgresql" % "42.3.3"
31
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
32
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
33
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
34
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
35
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
0 commit comments