Skip to content

Commit dd90ce5

Browse files
authored
Merge pull request #102 from scala-steward/update/flyway-core-6.1.1
Update flyway-core to 6.1.1
2 parents 2da372e + 23dc541 commit dd90ce5

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.0"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.1"
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)