From bdbbb97a8880e49d9aedb5e18116447b5f48ca38 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:24:56 +0000 Subject: [PATCH] Update sqlite-jdbc to 3.47.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7294a4..018aa43 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) ) .jvmSettings( libraryDependencies ++= Seq( - "org.xerial" % "sqlite-jdbc" % "3.46.1.3", + "org.xerial" % "sqlite-jdbc" % "3.47.1.0", ), fork := true, )