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 committed Aug 3, 2023
1 parent 520c69d commit f973cd5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,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"),
"org.typelevel" %% "cats-core" % "2.0.0",
"slf4j-log4j12"), // ApacheV2
"org.typelevel" %% "cats-core" % "2.9.0", // MIT,
("org.apache.hadoop" % "hadoop-hdfs" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j",
"slf4j-log4j12"),
("org.apache.hadoop" % "hadoop-common" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j",
Expand Down

0 comments on commit f973cd5

Please sign in to comment.