Skip to content

Commit

Permalink
Merge pull request #248 from scala-steward/update/sqlite-jdbc-3.41.0.0
Browse files Browse the repository at this point in the history
Update sqlite-jdbc to 3.41.0.0
  • Loading branch information
mergify[bot] authored Feb 24, 2023
2 parents 9f747be + f052170 commit 2f83dd6
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.15"

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

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.40.1.0" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.41.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 2f83dd6

Please sign in to comment.