Skip to content

Commit

Permalink
Update hadoop-common to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 17, 2022
1 parent 62f75d8 commit c88e278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hadoop/build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "pureconfig-hadoop"

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq("org.apache.hadoop" % "hadoop-common" % "3.3.2" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.hadoop" % "hadoop-common" % "3.3.2")
libraryDependencies ++= Seq("org.apache.hadoop" % "hadoop-common" % "3.3.3" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.hadoop" % "hadoop-common" % "3.3.3")

developers := List(Developer("lmnet", "Yuriy Badalyantc", "lmnet89@gmail.com", url("https://github.com/lmnet")))

0 comments on commit c88e278

Please sign in to comment.