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 8fc5a8e commit efe3ce2Copy full SHA for efe3ce2
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
val postgresql = "org.postgresql" % "postgresql" % "42.4.0"
32
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
33
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
34
- val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0"
+ val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
35
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
36
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
37
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12"
0 commit comments