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 2dd7161 + 2f97f40 commit 765ed83Copy full SHA for 765ed83
project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
27
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
28
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
29
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
30
- val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
+ val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.1"
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
0 commit comments