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 eafba4b + 1a0d9aa commit 522ae30Copy full SHA for 522ae30
project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
25
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
26
val postgresql = "org.postgresql" % "postgresql" % "42.2.12"
27
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
28
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.4"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.5"
29
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
30
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.3.2"
31
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.1"
0 commit comments