Merge pull request #1 from scala-steward/update/flyway-core-6.1.4

Update flyway-core to 6.1.4
This commit is contained in:
Eike Kettner 2020-01-10 21:31:46 +01:00 committed by GitHub
commit 5663a9692c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ object Dependencies {
val CirceVersion = "0.12.3"
val DoobieVersion = "0.8.8"
val FastparseVersion = "2.1.3"
val FlywayVersion = "6.1.3"
val FlywayVersion = "6.1.4"
val Fs2Version = "2.1.0"
val H2Version = "1.4.200"
val Http4sVersion = "0.21.0-M6"