We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f07c31 commit 49d7001Copy full SHA for 49d7001
build.sbt
@@ -75,7 +75,7 @@ libraryDependencies ++= Seq(
75
"junit" % "junit" % "4.13.2" % "test",
76
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
77
"org.xerial.java" % "xerial-core" % "2.1" % "test",
78
- "org.wvlet.airframe" %% "airframe-log" % "23.9.1" % "test",
+ "org.wvlet.airframe" %% "airframe-log" % "23.9.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" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
0 commit comments