diff --git a/build.sbt b/build.sbt index a176ce1ed..884a46107 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val dbDependencies = Seq( "com.augustnagro" %% "magnum" % "1.2.1", "org.postgresql" % "postgresql" % "42.7.4", "com.zaxxer" % "HikariCP" % "6.0.0", - "org.flywaydb" % "flyway-database-postgresql" % "10.18.1" + "org.flywaydb" % "flyway-database-postgresql" % "10.18.2" ) val httpDependencies = Seq(