File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val root = (project in file("."))
1919 guice,
2020 jdbc,
2121 evolutions,
22- " com.h2database" % " h2" % " 2.3.232 " ,
22+ " com.h2database" % " h2" % " 2.4.240 " ,
2323 " org.playframework.anorm" %% " anorm" % " 2.9.0-M1" ,
2424 " org.scalatestplus.play" %% " scalatestplus-play" % " 8.0.0-M2" % Test ,
2525 ),
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ lazy val root = (project in file("."))
9797 TwirlKeys .templateImports += " com.example.user.User" ,
9898 libraryDependencies ++= Seq (
9999 guice,
100- " com.h2database" % " h2" % " 2.3.232 " ,
100+ " com.h2database" % " h2" % " 2.4.240 " ,
101101 ws % Test ,
102102 (" org.flywaydb" % " flyway-core" % FlywayVersion % Test ).excludeAll(
103103 ExclusionRule (" com.fasterxml.jackson.core" ),
Original file line number Diff line number Diff line change 1- libraryDependencies += " com.h2database" % " h2" % " 2.3.232 "
1+ libraryDependencies += " com.h2database" % " h2" % " 2.4.240 "
22
33// Database migration
44// https://github.com/flyway/flyway-sbt
You can’t perform that action at this time.
0 commit comments