Skip to content

Commit 42a7aee

Browse files
authored
Merge pull request #1265 from scala-steward/update/postgresql-42.7.5
Update postgresql from 42.7.3 to 42.7.5
2 parents 9106f23 + 172b1db commit 42a7aee

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
@@ -32,7 +32,7 @@ object Dependencies {
3232
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
3333
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
3434
val monixExecution = "io.monix" %% "monix-execution" % Versions.monix
35-
val postgresql = "org.postgresql" % "postgresql" % "42.7.3"
35+
val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
3636
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
3737
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
3838
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"

0 commit comments

Comments
 (0)