Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.45.1.0 (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-projectglow[bot] <159218053+scala-steward-projectglow[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-projectglow[bot] authored Feb 24, 2024
1 parent 733b1ee commit cbfe31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ThisBuild / testCoreDependencies := Seq(
"org.apache.spark" %% "spark-core" % sparkVersion.value % "test" classifier "tests",
"org.apache.spark" %% "spark-mllib" % sparkVersion.value % "test" classifier "tests",
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "test" classifier "tests",
"org.xerial" % "sqlite-jdbc" % "3.42.0.1" % "test"
"org.xerial" % "sqlite-jdbc" % "3.45.1.0" % "test"
)

lazy val coreDependencies = settingKey[Seq[ModuleID]]("coreDependencies")
Expand Down

0 comments on commit cbfe31d

Please sign in to comment.