Skip to content

Commit

Permalink
Merge pull request #1105 from scala-steward/update/postgresql-42.7.2
Browse files Browse the repository at this point in the history
Update postgresql from 42.5.5 to 42.7.2
  • Loading branch information
mergify[bot] authored Feb 23, 2024
2 parents 39cccca + b7bd250 commit 2c94c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
val micrometerPrometheus = "io.micrometer" % "micrometer-registry-prometheus" % Versions.micrometerPrometheus
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
val postgresql = "org.postgresql" % "postgresql" % "42.5.5"
val postgresql = "org.postgresql" % "postgresql" % "42.7.2"
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
Expand Down

0 comments on commit 2c94c1b

Please sign in to comment.