Skip to content

Commit f543e8d

Browse files
Update sqlite-jdbc to 3.44.0.0
1 parent 930e19c commit f543e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4949
)
5050
.jvmSettings(
5151
libraryDependencies ++= Seq(
52-
"org.xerial" % "sqlite-jdbc" % "3.42.0.1",
52+
"org.xerial" % "sqlite-jdbc" % "3.44.0.0",
5353
),
5454
fork := true,
5555
)

0 commit comments

Comments
 (0)