Skip to content

Commit c153cd7

Browse files
committed
Update flyway-core to 6.1.0
1 parent adf9747 commit c153cd7

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
@@ -5,7 +5,7 @@ object Dependencies {
55
val catsEffect = "org.typelevel" %% "cats-effect" % "2.0.0"
66
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
77
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
8-
val flywayCore = "org.flywaydb" % "flyway-core" % "6.0.8"
8+
val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.0"
99
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s
1010
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % Versions.http4s
1111
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s

0 commit comments

Comments
 (0)