diff --git a/build.sbt b/build.sbt index 2f87c4212..58d579f6d 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.10", // JDBC driver "com.zaxxer" % "HikariCP" % "7.0.2", // connection pool - "org.flywaydb" % "flyway-database-postgresql" % "12.2.0" // database migrations + "org.flywaydb" % "flyway-database-postgresql" % "12.3.0" // database migrations ) val httpDependencies = Seq(