Skip to content

Commit

Permalink
Merge pull request #293 from nafg/update/sqlite-jdbc-3.43.2.0
Browse files Browse the repository at this point in the history
Update sqlite-jdbc to 3.43.2.0
  • Loading branch information
mergify[bot] authored Oct 13, 2023
2 parents 850202e + e7dca91 commit 3ffbaff
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.17"

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

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.43.0.0" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.43.2.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 3ffbaff

Please sign in to comment.