Skip to content

Commit

Permalink
Update h2 to 2.3.232
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Aug 18, 2024
1 parent 70a1a06 commit 8b42b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ProjectDependencies {
// test
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"com.h2database" % "h2" % "2.3.230" % Test
"com.h2database" % "h2" % "2.3.232" % Test
)

lazy val for2_13_Only: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 8b42b3e

Please sign in to comment.