We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21beeb5 commit e7be5b3Copy full SHA for e7be5b3
build.sbt
@@ -63,7 +63,7 @@ libraryDependencies ++= Seq(
63
"junit" % "junit" % "4.13.2" % "test",
64
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
65
"org.xerial.java" % "xerial-core" % "2.1" % "test",
66
- "org.wvlet.airframe" %% "airframe-log" % "22.9.3" % "test",
+ "org.wvlet.airframe" %% "airframe-log" % "22.12.6" % "test",
67
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
68
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
69
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
0 commit comments