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 5a092f0 + 69cb77b commit 36706a4Copy full SHA for 36706a4
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
29
val postgresql = "org.postgresql" % "postgresql" % "42.2.23"
30
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.16.0"
31
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
0 commit comments