Skip to content

Commit a212d89

Browse files
Update flyway-database-postgresql to 11.20.0 (#2219)
1 parent d59828b commit a212d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val dbDependencies = Seq(
1717
"com.augustnagro" %% "magnum" % "1.3.1", // Scala DB client
1818
"org.postgresql" % "postgresql" % "42.7.8", // JDBC driver
1919
"com.zaxxer" % "HikariCP" % "7.0.2", // connection pool
20-
"org.flywaydb" % "flyway-database-postgresql" % "11.19.1" // database migrations
20+
"org.flywaydb" % "flyway-database-postgresql" % "11.20.0" // database migrations
2121
)
2222

2323
val httpDependencies = Seq(

0 commit comments

Comments
 (0)