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.
1 parent b8a20e7 commit 4a1f1ebCopy full SHA for 4a1f1eb
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
7
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
8
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
9
- val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.1"
+ val flywayCore = "org.flywaydb" % "flyway-core" % "6.1.2"
10
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s
11
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % Versions.http4s
12
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
0 commit comments