Skip to content

Commit

Permalink
Update h2 to 2.2.220
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] committed Jul 9, 2023
1 parent d2484c3 commit 9af0dce
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 @@ -22,7 +22,7 @@ object ProjectDependencies {

object Core {
lazy val dedicated: Seq[ModuleID] = Seq(
"com.h2database" % "h2" % "2.1.214" % Test
"com.h2database" % "h2" % "2.2.220" % Test
)

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

0 comments on commit 9af0dce

Please sign in to comment.