From 26e7449a91bd9dcc02d65a76d86291a438cb0f24 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:09:09 +0000 Subject: [PATCH] Update flyway-core to 9.22.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6cfa698..e1a030ec 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val catsEffectVersion = "3.1.1" val circeVersion = "0.14.6" val disciplineMunitVersion = "2.0.0-M3" val doobieVersion = "1.0.0-RC4" -val flywayVersion = "9.22.2" +val flywayVersion = "9.22.3" val fs2Version = "3.9.2" val http4sVersion = "0.23.23" val jnrUnixsocketVersion = "0.38.21"