Skip to content

Commit

Permalink
Update h2 to 2.2.224 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent a035ca5 commit 1fae317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val core = project.in(file("core"))
"com.github.pathikrit" %% "better-files" % "3.9.2",
"com.typesafe.slick" %% "slick" % "3.3.3",
"mysql" % "mysql-connector-java" % "8.0.33" % "optional",
"com.h2database" % "h2" % "2.1.214" % "optional",
"com.h2database" % "h2" % "2.2.224" % "optional",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "1.7.36",
"ch.qos.logback" % "logback-classic" % "1.2.13",
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/benchdb/simple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ benchdbNoUserConfig := true
benchdbConfig += baseDirectory.value / "benchdb.conf"
// H2 requires an absolute path for the database so we have to add it as an override:
benchdbConfigOverride += "db.db.url" -> ("jdbc:h2:" + (baseDirectory.value / "benchdb-test-data").toPath.toAbsolutePath.toString)
benchdbDependencies += "com.h2database" % "h2" % "2.1.214"
benchdbDependencies += "com.h2database" % "h2" % "2.2.224"

0 comments on commit 1fae317

Please sign in to comment.