update blocking-slick

This commit is contained in:
kenji yoshida
2023-08-10 07:42:15 +09:00
parent 38c7fbf589
commit 7f0859c0a3

View File

@@ -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",