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 fbf30f1 + 28301bf commit e6ecfb5Copy full SHA for e6ecfb5
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.18"
30
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
31
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
0 commit comments