Skip to content

Commit

Permalink
Merge pull request #376 from nafg/update/sqlite-jdbc-3.46.1.2
Browse files Browse the repository at this point in the history
Update sqlite-jdbc to 3.46.1.2
  • Loading branch information
mergify[bot] authored Sep 25, 2024
2 parents efd1d56 + e593edb commit c08762d
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.1" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.1.2" % "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 c08762d

Please sign in to comment.