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 e0cc8e1 + a650995 commit 3a3d95cCopy full SHA for 3a3d95c
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.4.2"
+ val postgresql = "org.postgresql" % "postgresql" % "42.5.0"
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.8.1"
0 commit comments