Skip to content

Commit d9a4832

Browse files
authored
Merge pull request #1098 from scala-steward/update/flyway-core-10.8.1
Update flyway-core from 9.22.3 to 10.8.1
2 parents 2e69901 + 3a16b7b commit d9a4832

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" % "9.22.3"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "10.8.1"
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)