Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.32.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 15, 2020
1 parent 249f36e commit 345cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -13,7 +13,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0"

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

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.32.3" % "test" // latest version that works
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.32.3.1" % "test" // latest version that works

// latest Derby that works
// 10.14.2.0 fails with java.security.AccessControlException: access denied org.apache.derby.security.SystemPermission( "engine", "usederbyinternals" )
Expand Down

0 comments on commit 345cc6a

Please sign in to comment.