Skip to content

Commit

Permalink
Update derby, derbytools to 10.17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2023
1 parent 3f0c4fe commit aea19c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ libraryDependencies += "com.h2database" % "h2" % "2.2.224

libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.43.2.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"
libraryDependencies += "org.apache.derby" % "derby" % "10.17.1.0" % "test"
libraryDependencies += "org.apache.derby" % "derbytools" % "10.17.1.0" % "test"

libraryDependencies += "org.hsqldb" % "hsqldb" % "2.7.2" % "test"

Expand Down

0 comments on commit aea19c5

Please sign in to comment.