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 192e0ee commit ec23d7cCopy full SHA for ec23d7c
build.sbt
@@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
78
"org.wvlet.airframe" %% "airframe-log" % "24.12.2" % "test",
79
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
80
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
81
- "org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java")
+ "org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
82
)
83
84
enablePlugins(SbtOsgi)
0 commit comments