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 c0968e4 + fc1a156 commit 031be94Copy full SHA for 031be94
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.3.3"
+ val postgresql = "org.postgresql" % "postgresql" % "42.3.4"
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.7.0"
0 commit comments