Skip to content

Commit 1b23b80

Browse files
authored
Merge pull request #947 from scala-steward/update/flyway-core-9.0.2
Update flyway-core from 9.0.1 to 9.0.2
2 parents f4ea950 + 859033c commit 1b23b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
77
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
88
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
9-
val flywayCore = "org.flywaydb" % "flyway-core" % "9.0.1"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "9.0.2"
1010
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.10.0"
1111
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
1212
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc

0 commit comments

Comments
 (0)