Skip to content

Commit f2b61aa

Browse files
authored
Merge pull request #460 from scala-steward/update/postgresql-42.2.19
Update postgresql to 42.2.19
2 parents b48f7c4 + 134724f commit f2b61aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
2727
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
2828
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
29-
val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
29+
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
3030
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
3131
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"

0 commit comments

Comments
 (0)