We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a9d0d commit 6a423b3Copy full SHA for 6a423b3
1 file changed
build.sbt
@@ -100,7 +100,7 @@ libraryDependencies ++=
100
"org.wvlet.airframe" %% "airframe-log" % "2025.1.16" % "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