Skip to content

Commit

Permalink
bump: postgresql 1.19.5 (was 1.19.3) (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent ee2c2e1 commit bba6c27
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,6 +32,6 @@ object Dependencies {
val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.testcontainers" % "postgresql" % "1.19.3" % Test,
"org.testcontainers" % "postgresql" % "1.19.5" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit bba6c27

Please sign in to comment.