From eb7735720ee0fe6dda16c79dc4a4e68122c95773 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 5 Jun 2026 00:23:37 +0000 Subject: [PATCH] Update flyway-database-postgresql to 12.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f154e9ea..1bd1991fa 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val dbDependencies = Seq( "com.augustnagro" %% "magnum" % "1.3.1", // Scala DB client "org.postgresql" % "postgresql" % "42.7.11", // JDBC driver "com.zaxxer" % "HikariCP" % "7.0.2", // connection pool - "org.flywaydb" % "flyway-database-postgresql" % "12.7.0" // database migrations + "org.flywaydb" % "flyway-database-postgresql" % "12.8.0" // database migrations ) val httpDependencies = Seq(