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 f3946dd + 14b5839 commit 59cd51dCopy full SHA for 59cd51d
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.22"
+ val postgresql = "org.postgresql" % "postgresql" % "42.2.23"
30
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.16.0"
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
0 commit comments