Skip to content

Commit 39429e4

Browse files
authored
Merge pull request #140 from scala-steward/update/postgresql-42.2.10
Update postgresql to 42.2.10
2 parents f3cd1da + 184e6b2 commit 39429e4

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
@@ -23,7 +23,7 @@ object Dependencies {
2323
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
2424
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2525
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
26-
val postgresql = "org.postgresql" % "postgresql" % "42.2.9"
26+
val postgresql = "org.postgresql" % "postgresql" % "42.2.10"
2727
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.2"
2828
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
2929
val scalazzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"

0 commit comments

Comments
 (0)