Skip to content

Commit 09bb969

Browse files
Update h2 to 2.3.232
1 parent fac577a commit 09bb969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
66
scalaVersion := "2.13.15",
77
crossScalaVersions := Seq("2.12.20", "2.13.15", "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.2",
1111
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
1212
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",

0 commit comments

Comments
 (0)