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 39cccca + b7bd250 commit 2c94c1bCopy full SHA for 2c94c1b
project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
30
val micrometerPrometheus = "io.micrometer" % "micrometer-registry-prometheus" % Versions.micrometerPrometheus
31
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
32
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
33
- val postgresql = "org.postgresql" % "postgresql" % "42.5.5"
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.2"
34
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
35
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
36
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
0 commit comments