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 f2fc4e4 + 1345e59 commit 95996a0Copy full SHA for 95996a0
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val micrometerPrometheus = "io.micrometer" % "micrometer-registry-prometheus" % Versions.micrometerPrometheus
29
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
30
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
31
- val postgresql = "org.postgresql" % "postgresql" % "42.4.0"
+ val postgresql = "org.postgresql" % "postgresql" % "42.4.1"
32
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
33
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
34
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
0 commit comments