We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8320f commit 26159a9Copy full SHA for 26159a9
build.sbt
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
6
scalaVersion := "2.13.14",
7
crossScalaVersions := Seq("2.12.19", "2.13.14", "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.1",
11
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
12
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
0 commit comments