Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.49.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-da-bot committed Feb 19, 2025
1 parent 196557f commit 71ce54b
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 @@ -30,5 +30,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.49.0.0"
lazy val sqlite = "org.xerial" % "sqlite-jdbc" % "3.49.1.0"
}

0 comments on commit 71ce54b

Please sign in to comment.