Skip to content

Commit

Permalink
Merge pull request #230 from nationalarchives/update/sqlite-jdbc-3.49…
Browse files Browse the repository at this point in the history
….0.0

Update sqlite-jdbc to 3.49.0.0
  • Loading branch information
MancunianSam authored Feb 7, 2025
2 parents 427d3e9 + 04d85c2 commit 372c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ object Dependencies {
lazy val http4sEmber = "org.http4s" %% "http4s-ember-server" % http4sVersion
lazy val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion
lazy val doobieCore = "org.tpolecat" %% "doobie-core" % "1.0.0-RC6"
lazy val sqlite = "org.xerial" % "sqlite-jdbc" % "3.48.0.0"
lazy val sqlite = "org.xerial" % "sqlite-jdbc" % "3.49.0.0"
}

0 comments on commit 372c441

Please sign in to comment.