Skip to content

Commit

Permalink
scala3 support for hdfs (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jun 10, 2023
1 parent ac06183 commit 5eb11d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5eb11d8

Please sign in to comment.