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.
1 parent ff53c04 commit e41c009Copy full SHA for e41c009
project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
27
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
28
val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
29
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
30
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0"
31
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.16"
32
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
33
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
0 commit comments