From 7f0859c0a3ef567ce2caab6124649b5fbb1e4461 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 10 Aug 2023 07:42:15 +0900 Subject: [PATCH] update blocking-slick --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce9003a0c..76e1010db 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ libraryDependencies ++= Seq( "org.apache.httpcomponents" % "httpclient" % "4.5.14", "org.apache.sshd" % "apache-sshd" % "2.10.0" exclude ("org.slf4j", "slf4j-jdk14") exclude ("org.apache.sshd", "sshd-mina") exclude ("org.apache.sshd", "sshd-netty"), "org.apache.tika" % "tika-core" % "2.8.0", - "com.github.takezoe" %% "blocking-slick-33" % "0.0.13" cross CrossVersion.for3Use2_13, + "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.6",