From 781a10afd53b68cac35aae7f105bfefe204a6ffb Mon Sep 17 00:00:00 2001 From: "slick-scala-steward[bot]" <243981+slick-scala-steward[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:15:51 +0000 Subject: [PATCH] Update sqlite-jdbc to 3.46.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d975a74..5768cef 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "org.slf4j" % "slf4j-nop" % "2.0.16", "com.h2database" % "h2" % "2.2.224", - "org.xerial" % "sqlite-jdbc" % "3.46.1.0" + "org.xerial" % "sqlite-jdbc" % "3.46.1.1" ) scalacOptions += "-deprecation"