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 cec9171 commit 181cf18Copy full SHA for 181cf18
project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
24
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
25
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
26
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
27
- val postgresql = "org.postgresql" % "postgresql" % "42.2.13"
+ val postgresql = "org.postgresql" % "postgresql" % "42.2.14"
28
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
30
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
0 commit comments