diff --git a/build.sbt b/build.sbt index b7975f8bb..ff4285ae1 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.8", // JDBC driver "com.zaxxer" % "HikariCP" % "7.0.2", // connection pool - "org.flywaydb" % "flyway-database-postgresql" % "11.19.0" // database migrations + "org.flywaydb" % "flyway-database-postgresql" % "11.19.1" // database migrations ) val httpDependencies = Seq(