We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ea950 + 859033c commit 1b23b80Copy full SHA for 1b23b80
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" % "9.0.1"
+ val flywayCore = "org.flywaydb" % "flyway-core" % "9.0.2"
10
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.10.0"
11
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
12
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
0 commit comments