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 718c4da + 36acf40 commit 7edb821Copy full SHA for 7edb821
project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
27
val micrometerPrometheus = "io.micrometer" % "micrometer-registry-prometheus" % Versions.micrometerPrometheus
28
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
29
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
30
- val postgresql = "org.postgresql" % "postgresql" % "42.3.0"
+ val postgresql = "org.postgresql" % "postgresql" % "42.3.1"
31
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
32
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
33
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
0 commit comments