Skip to content

Commit 65fd494

Browse files
author
scala-steward
committed
Update h2 to 2.4.240
1 parent 9c9f7cb commit 65fd494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ val scala3Async =
5757
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.23" // allows cross compilation w/o changes in source code
5858

5959
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.5"
60-
val h2 = "com.h2database" % "h2" % "2.2.224"
60+
val h2 = "com.h2database" % "h2" % "2.4.240"
6161

6262
val common = Seq(scalalogging)
6363

0 commit comments

Comments
 (0)