Skip to content

Commit

Permalink
Merge pull request #351 from nafg/update/sqlite-jdbc-3.46.0.1
Browse files Browse the repository at this point in the history
Update sqlite-jdbc to 3.46.0.1
  • Loading branch information
mergify[bot] authored Jul 30, 2024
2 parents 896b839 + 7e222aa commit 510c94f
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.230" % "test"

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.0.0" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.0.1" % "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 510c94f

Please sign in to comment.