We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac577a commit 09bb969Copy full SHA for 09bb969
build.sbt
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
6
scalaVersion := "2.13.15",
7
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),
8
libraryDependencies ++= Seq(
9
- "com.h2database" % "h2" % "2.2.224",
+ "com.h2database" % "h2" % "2.3.232",
10
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
11
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
12
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
0 commit comments