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.
1 parent b48f7c4 commit 134724fCopy full SHA for 134724f
project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
26
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
27
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
28
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
29
- val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
+ val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
30
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
0 commit comments