Skip to content

Commit

Permalink
postgresql 42.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Feb 8, 2025
1 parent f3a9ff0 commit 89ac3cf
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 @@ -52,7 +52,7 @@ object Dependencies {
val log4jJul = "org.apache.logging.log4j" % "log4j-jul" % log4j
val log4jSlf4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j
val munit = "org.scalameta" %% "munit" % "1.1.0"
val postgres = "org.postgresql" % "postgresql" % "42.7.4"
val postgres = "org.postgresql" % "postgresql" % "42.7.5"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.1.0"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.3.0"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
Expand Down

0 comments on commit 89ac3cf

Please sign in to comment.