Skip to content

Commit

Permalink
Merge pull request #1194 from scala-steward/update/flyway-core-10.18.0
Browse files Browse the repository at this point in the history
Update flyway-core from 10.17.3 to 10.18.0
  • Loading branch information
mergify[bot] authored Sep 12, 2024
2 parents 8b0df68 + 0c09161 commit e2afa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
val flywayCore = "org.flywaydb" % "flyway-core" % "10.17.3"
val flywayCore = "org.flywaydb" % "flyway-core" % "10.18.0"
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.11.0"
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
Expand Down

0 comments on commit e2afa7c

Please sign in to comment.