Skip to content

Commit 26159a9

Browse files
Update h2 to 2.3.232
1 parent ca8320f commit 26159a9

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
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
66
scalaVersion := "2.13.14",
77
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
88
libraryDependencies ++= Seq(
9-
"com.h2database" % "h2" % "2.2.224",
9+
"com.h2database" % "h2" % "2.3.232",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.3.1",
1111
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
1212
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",

0 commit comments

Comments
 (0)