diff --git a/build.sbt b/build.sbt index 8a6b2d7..75c1cf6 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val arm = project.in(file(".")). resolvers += "java.net repo" at "http://download.java.net/maven/2/", libraryDependencies ++= Seq( "com.novocode" % "junit-interface" % "0.11" % Test, - "org.apache.derby" % "derby" % "10.15.1.3" % Test, + "org.apache.derby" % "derby" % "10.15.2.0" % Test, "javax.transaction" % "jta" % "1.1" % Provided ), scalacOptions ++= Seq("-deprecation", "-feature"),