Skip to content

Commit 9d54d02

Browse files
Update sqlite-jdbc to 3.46.0.0
1 parent b66bd56 commit 9d54d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
6565
).jvmSettings(
6666
libraryDependencies ++= Seq(
6767
"org.tpolecat" %% "doobie-core" % doobieV,
68-
"org.xerial" % "sqlite-jdbc" % "3.36.0.3",
68+
"org.xerial" % "sqlite-jdbc" % "3.46.0.0",
6969
)
7070
)
7171

0 commit comments

Comments
 (0)