Skip to content

Commit 7edb821

Browse files
authored
Merge pull request #719 from scala-steward/update/postgresql-42.3.1
Update postgresql from 42.3.0 to 42.3.1
2 parents 718c4da + 36acf40 commit 7edb821

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
@@ -27,7 +27,7 @@ object Dependencies {
2727
val micrometerPrometheus = "io.micrometer" % "micrometer-registry-prometheus" % Versions.micrometerPrometheus
2828
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
2929
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
30-
val postgresql = "org.postgresql" % "postgresql" % "42.3.0"
30+
val postgresql = "org.postgresql" % "postgresql" % "42.3.1"
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
3232
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"

0 commit comments

Comments
 (0)