Skip to content

Commit 91de079

Browse files
authored
Merge pull request #203 from scala-steward/update/flyway-core-6.3.3
Update flyway-core to 6.3.3
2 parents 7ffecb6 + 3ce2565 commit 91de079

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" % "6.3.2"
9+
val flywayCore = "org.flywaydb" % "flyway-core" % "6.3.3"
1010
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
1111
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
1212
val grpcStub = "io.grpc" % "grpc-stub" % Versions.grpc

0 commit comments

Comments
 (0)