Skip to content

Commit

Permalink
Update postgresql to 42.7.4 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Aug 22, 2024
2 parents 876d530 + 39bb6de commit 5af5143
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 @@ -34,7 +34,7 @@ object Dependencies {
val flyway4s = "com.github.geirolz" %% "fly4s" % "1.0.7"
val flyway = "org.flywaydb" % "flyway-core" % V.flyway
val flywayPostgres = "org.flywaydb" % "flyway-database-postgresql" % V.flyway
val postgres = "org.postgresql" % "postgresql" % "42.7.3"
val postgres = "org.postgresql" % "postgresql" % "42.7.4"

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.7"
Expand Down

0 comments on commit 5af5143

Please sign in to comment.