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 f3cd1da + 184e6b2 commit 39429e4Copy full SHA for 39429e4
project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
23
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
24
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
25
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
26
- val postgresql = "org.postgresql" % "postgresql" % "42.2.9"
+ val postgresql = "org.postgresql" % "postgresql" % "42.2.10"
27
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.2"
28
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
29
val scalazzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
0 commit comments