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 de8262e + c8b168b commit 244d08bCopy full SHA for 244d08b
project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
24
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
25
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
26
val postgresql = "org.postgresql" % "postgresql" % "42.2.10"
27
- val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.2"
+ val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
28
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
29
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.3.2"
30
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.1"
0 commit comments