Skip to content

Commit da36fd8

Browse files
j5ik2oclaude
andcommitted
fix(deps): Add PostgreSQL module for Flyway 11 compatibility
Flyway 11 requires database-specific modules to be explicitly included. Added flyway-database-postgresql dependency to ensure PostgreSQL tests work correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4f5db0d commit da36fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
156156
libraryDependencies ++= Seq(
157157
"org.flywaydb" % "flyway-core" % "11.12.0",
158158
"org.flywaydb" % "flyway-mysql" % "11.12.0",
159+
"org.flywaydb" % "flyway-database-postgresql" % "11.12.0",
159160
scalatest.scalatest % Test,
160161
logback.classic % Test
161162
)

0 commit comments

Comments
 (0)