From 79584020b21dfc42798c1ff2f0cb4f6666603d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Sun, 28 May 2017 23:06:56 +0200 Subject: [PATCH] Few library version bumps --- build.sbt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sbt b/build.sbt index d9433c0..2c6f8f1 100644 --- a/build.sbt +++ b/build.sbt @@ -89,6 +89,12 @@ libraryDependencies += "org.apache.geronimo.modules" % "geronimo-jdbc" % "2.0.2" libraryDependencies += "com.mockrunner" % "mockrunner-jdbc" % "1.1.1" +libraryDependencies += "ch.qos.logback" % "logback-core" % "1.2.0" + +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.0" + +libraryDependencies += "org.bouncycastle" % "bcprov-jdk15on" % "1.57" + routesImport += "binders.QueryBinders._" // Uncomment to use Akka