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 0c8ea4c + 52b4000 commit 635e75aCopy full SHA for 635e75a
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.4.1"
+ val flywayCore = "org.flywaydb" % "flyway-core" % "6.4.2"
10
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
11
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
12
val grpcStub = "io.grpc" % "grpc-stub" % Versions.grpc
0 commit comments