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 5586488 + 1ab1b1f commit 0769713Copy full SHA for 0769713
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
21
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
22
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
23
- val postgresql = "org.postgresql" % "postgresql" % "42.2.8"
+ val postgresql = "org.postgresql" % "postgresql" % "42.2.9"
24
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.1"
25
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
26
val scalazzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
0 commit comments