We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9f7cb commit 65fd494Copy full SHA for 65fd494
build.sbt
@@ -57,7 +57,7 @@ val scala3Async =
57
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.23" // allows cross compilation w/o changes in source code
58
59
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.5"
60
-val h2 = "com.h2database" % "h2" % "2.2.224"
+val h2 = "com.h2database" % "h2" % "2.4.240"
61
62
val common = Seq(scalalogging)
63
0 commit comments