We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59828b commit a212d89Copy full SHA for a212d89
build.sbt
@@ -17,7 +17,7 @@ val dbDependencies = Seq(
17
"com.augustnagro" %% "magnum" % "1.3.1", // Scala DB client
18
"org.postgresql" % "postgresql" % "42.7.8", // JDBC driver
19
"com.zaxxer" % "HikariCP" % "7.0.2", // connection pool
20
- "org.flywaydb" % "flyway-database-postgresql" % "11.19.1" // database migrations
+ "org.flywaydb" % "flyway-database-postgresql" % "11.20.0" // database migrations
21
)
22
23
val httpDependencies = Seq(
0 commit comments