We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53445f1 + c153cd7 commit ad4dc5eCopy full SHA for ad4dc5e
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
val catsEffect = "org.typelevel" %% "cats-effect" % "2.0.0"
6
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
7
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
8
- val flywayCore = "org.flywaydb" % "flyway-core" % "6.0.8"
+ val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.0"
9
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s
10
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % Versions.http4s
11
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
0 commit comments