Skip to content

Commit

Permalink
Merge pull request #405 from nafg/update/sqlite-jdbc-3.48.0.0
Browse files Browse the repository at this point in the history
Update sqlite-jdbc to 3.48.0.0
  • Loading branch information
mergify[bot] authored Jan 15, 2025
2 parents 16a3d83 + 180b208 commit da99d8a
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.47.2.0" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.48.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 da99d8a

Please sign in to comment.