Skip to content

Commit 930e19c

Browse files
authored
Merge pull request armanbilge#55 from armanbilge/update/sqlite-jdbc-3.42.0.1
Update sqlite-jdbc to 3.42.0.1
2 parents 13021d0 + d819532 commit 930e19c

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.0",
52+
"org.xerial" % "sqlite-jdbc" % "3.42.0.1",
5353
),
5454
fork := true,
5555
)

0 commit comments

Comments
 (0)