Skip to content

Commit 8554e34

Browse files
authored
Merge pull request #106 from scala-steward/update/flyway-core-6.1.2
Update flyway-core to 6.1.2
2 parents b8a20e7 + 4a1f1eb commit 8554e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
77
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
88
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
9-
val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.1"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.2"
1010
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s
1111
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % Versions.http4s
1212
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s

0 commit comments

Comments
 (0)