We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7487a78 commit e53f60cCopy full SHA for e53f60c
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.7", // JDBC driver
19
"com.zaxxer" % "HikariCP" % "7.0.0", // connection pool
20
- "org.flywaydb" % "flyway-database-postgresql" % "11.10.4" // database migrations
+ "org.flywaydb" % "flyway-database-postgresql" % "11.10.5" // database migrations
21
)
22
23
val httpDependencies = Seq(
0 commit comments