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 committed Sep 28, 2024
1 parent 902e2ac commit 80ccdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val scala3Async =
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.21" // allows cross compilation w/o changes in source code

val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
val h2 = "com.h2database" % "h2" % "2.2.224"
val h2 = "com.h2database" % "h2" % "2.3.232"

val common = Seq(scalalogging)

Expand Down

0 comments on commit 80ccdd5

Please sign in to comment.