Skip to content

Commit 4f06cd6

Browse files
authored
Merge pull request #261 from scala-steward/update/postgresql-42.2.14
Update postgresql to 42.2.14
2 parents cec9171 + 181cf18 commit 4f06cd6

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
@@ -24,7 +24,7 @@ object Dependencies {
2424
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
2525
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
2626
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
27-
val postgresql = "org.postgresql" % "postgresql" % "42.2.13"
27+
val postgresql = "org.postgresql" % "postgresql" % "42.2.14"
2828
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
2929
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
3030
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"

0 commit comments

Comments
 (0)