Skip to content

Commit 62232f7

Browse files
authored
Merge pull request #871 from scala-steward/update/flyway-core-8.5.6
Update flyway-core from 8.5.5 to 8.5.6
2 parents 3ce6d61 + 1b792ab commit 62232f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
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" % "8.5.5"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "8.5.6"
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)