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, )