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
scalikejdbc-bot[bot] committed Sep 27, 2024
1 parent fac577a commit 09bb969
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 @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.224",
"com.h2database" % "h2" % "2.3.232",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
Expand Down

0 comments on commit 09bb969

Please sign in to comment.