We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c462a commit 500ade2Copy full SHA for 500ade2
build.sbt
@@ -100,7 +100,7 @@ libraryDependencies ++=
100
"org.wvlet.airframe" %% "airframe-log" % "2025.1.21" % "test",
101
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
102
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
103
- "org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude
+ "org.apache.hadoop" % "hadoop-common" % "3.4.2" % "test" exclude
104
("org.xerial.snappy", "snappy-java")
105
)
106
0 commit comments