Skip to content

Commit b2cea17

Browse files
committed
Downgrade h2 database
1 parent cb078d1 commit b2cea17

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

play-scala-isolated-slick-example/build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ lazy val root = (project in file("."))
8282
TwirlKeys.templateImports += "com.example.user.User",
8383
libraryDependencies ++= Seq(
8484
guice,
85-
"com.h2database" % "h2" % "2.2.224",
85+
"com.h2database" % "h2" % "1.4.200", // Can't use latest h2 currently: flyway-sbt comes with an outdated flyway version that does not support h2 2.x yet...:
86+
// https://github.com/flyway/flyway-sbt/blob/7fc35d2833531b2b9e5a98a594d76fd047a077a8/build.sbt#L1
87+
// https://github.com/flyway/flyway-sbt/issues/82#issuecomment-1636728997
8688
ws % Test,
8789
"org.flywaydb" % "flyway-core" % FlywayVersion % Test,
8890
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test

0 commit comments

Comments
 (0)