~jan0sch/smederee

Showing details for patch 82d48d741f54b82f714f52a4fccf3160f1ab7b62.
2024-02-23 (Fri), 3:53 PM - Jens Grassel - 82d48d741f54b82f714f52a4fccf3160f1ab7b62

Update flyway to 10.8.1

Summary of changes
1 files modified with 4 lines added and 1 lines removed
  • build.sbt with 4 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-12 15:34:58.556111284 +0000
+++ new-smederee/build.sbt	2025-01-12 15:34:58.556111284 +0000
@@ -164,6 +164,7 @@
                 library.doobiePostgres,
                 library.ed25519Java, // FIXME: Replace with BouncyCastle once implemented in Mina-SSHD!
                 library.flywayCore,
+                library.flywayPostgreSQL,
                 library.http4sCirce,
                 library.http4sCore,
                 library.http4sDsl,
@@ -296,6 +297,7 @@
                 library.doobieHikari,
                 library.doobiePostgres,
                 library.flywayCore,
+                library.flywayPostgreSQL,
                 library.http4sCirce,
                 library.http4sCore,
                 library.http4sDsl,
@@ -403,7 +405,7 @@
             val circe           = "0.14.6"
             val commonMark      = "0.21.0"
             val doobie          = "1.0.0-RC5"
-            val flyway          = "9.22.3"
+            val flyway          = "10.8.1"
             val fs2             = "3.5.0"
             val http4s          = "1.0.0-M40"
             val ip4s            = "3.5.0"
@@ -441,6 +443,7 @@
         val doobieScalaTest            = "org.tpolecat"                 %% "doobie-scalatest"                 % Version.doobie
         val ed25519Java                = "net.i2p.crypto"               %  "eddsa"                            % "0.3.0"
         val flywayCore                 = "org.flywaydb"                 %  "flyway-core"                      % Version.flyway
+        val flywayPostgreSQL           = "org.flywaydb"                 %  "flyway-database-postgresql"       % Version.flyway
         val fs2Core                    = "co.fs2"                       %% "fs2-core"                         % Version.fs2
         val fs2IO                      = "co.fs2"                       %% "fs2-io"                           % Version.fs2
         val http4sCirce                = "org.http4s"                   %% "http4s-circe"                     % Version.http4s