From 12a58f393ecd81b8b22ca30566ef85b9028dcbee Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Fri, 25 Aug 2017 08:18:59 +0200 Subject: [PATCH] blocking-slick-32: 0.0.9 -> 0.0.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb7d5208e..94305e72f 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "org.apache.httpcomponents" % "httpclient" % "4.5.3", "org.apache.sshd" % "apache-sshd" % "1.4.0" exclude("org.slf4j","slf4j-jdk14"), "org.apache.tika" % "tika-core" % "1.14", - "com.github.takezoe" %% "blocking-slick-32" % "0.0.9", + "com.github.takezoe" %% "blocking-slick-32" % "0.0.10", "joda-time" % "joda-time" % "2.9.9", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.195",