This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch scala3 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 948fd84563c1bad4165ce52fbef6e649d1bf394d Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 10 13:34:21 2023 +0100 scala3 support for hdfs (#156) --- project/Dependencies.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f585fbe6c..f239f8087 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -287,11 +287,10 @@ object Dependencies { val HadoopVersion = "3.2.1" val Hdfs = Seq( - crossScalaVersions -= Scala3, libraryDependencies ++= Seq( ("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j", "log4j").exclude("org.slf4j", "slf4j-log4j12"), // ApacheV2 - "org.typelevel" %% "cats-core" % "2.0.0", // MIT, + "org.typelevel" %% "cats-core" % "2.9.0", // MIT, ("org.apache.hadoop" % "hadoop-hdfs" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j", "slf4j-log4j12"), // ApacheV2 ("org.apache.hadoop" % "hadoop-common" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
