From 7e222aa8b6d33970ebcf142fff14c5401e31ff03 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:13:11 +0000 Subject: [PATCH] Update sqlite-jdbc to 3.46.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8628344..5d503d1 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" libraryDependencies += "com.h2database" % "h2" % "2.3.230" % "test" -libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.0.0" % "test" // latest version that works +libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.0.1" % "test" // latest version that works libraryDependencies += "org.apache.derby" % "derby" % "10.15.2.0" % "test" libraryDependencies += "org.apache.derby" % "derbytools" % "10.15.2.0" % "test"