Skip to content

Commit

Permalink
postgresql 42.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Mar 5, 2024
1 parent 914da19 commit 73138fa
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" % "0.7.29"
val postgres = "org.postgresql" % "postgresql" % "42.7.1"
val postgres = "org.postgresql" % "postgresql" % "42.7.2"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.6"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.1"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
Expand Down

0 comments on commit 73138fa

Please sign in to comment.