Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.47.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Oct 23, 2024
1 parent d3a7407 commit 5b29234
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 @@ -14,7 +14,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19"

libraryDependencies += "com.h2database" % "h2" % "2.3.232" % "test"

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.1.3" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.47.0.0" % "test" // latest version that works

libraryDependencies += "org.apache.derby" % "derby" % "10.15.2.0" % "test"
libraryDependencies += "org.apache.derby" % "derbytools" % "10.15.2.0" % "test"
Expand Down

0 comments on commit 5b29234

Please sign in to comment.