Skip to content

Commit 1ab1b1f

Browse files
committed
Update postgresql to 42.2.9
1 parent 5586488 commit 1ab1b1f

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
@@ -20,7 +20,7 @@ object Dependencies {
2020
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
2121
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2222
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
23-
val postgresql = "org.postgresql" % "postgresql" % "42.2.8"
23+
val postgresql = "org.postgresql" % "postgresql" % "42.2.9"
2424
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.1"
2525
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
2626
val scalazzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"

0 commit comments

Comments
 (0)