Skip to content

Commit ed9eb5b

Browse files
authored
Merge pull request #1247 from scala-steward/update/flyway-core-11.1.0
Update flyway-core from 11.0.1 to 11.1.0
2 parents 96917ce + ab12cdd commit ed9eb5b

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" % "11.0.1"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "11.1.0"
1010
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.11.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)