Skip to content

Commit 5e7a4d5

Browse files
authored
Merge pull request #1183 from scala-steward/update/main/h2-2.4.240
h2 2.4.240 (was 2.3.232)
2 parents f9b8736 + 88726bb commit 5e7a4d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scala/anorm/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

scala/isolated-slick/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

scala/isolated-slick/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)