Skip to content

Commit

Permalink
Update postgresql from 42.7.3 to 42.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2025
1 parent 8f0bf32 commit 172b1db
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 @@ -32,7 +32,7 @@ object Dependencies {
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
val monixExecution = "io.monix" %% "monix-execution" % Versions.monix
val postgresql = "org.postgresql" % "postgresql" % "42.7.3"
val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
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 172b1db

Please # to comment.