From 76a72223a338c5f661469aecad13f5f5f5d6ec16 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 14 Nov 2024 00:55:51 +0000 Subject: [PATCH] Update airframe-log to 24.11.0 --- build.sbt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index 87355199..3fac1bd6 100644 --- a/build.sbt +++ b/build.sbt @@ -72,13 +72,13 @@ autoScalaLibrary := false crossPaths := false libraryDependencies ++= Seq( - "junit" % "junit" % "4.13.2" % "test", - "org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test", - "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "24.9.3" % "test", - "org.osgi" % "org.osgi.core" % "6.0.0" % "provided", - "com.github.sbt" % "junit-interface" % "0.13.3" % "test", - "org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java") + "junit" % "junit" % "4.13.2" % "test", + "org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test", + "org.xerial.java" % "xerial-core" % "2.1" % "test", + "org.wvlet.airframe" %% "airframe-log" % "24.11.0" % "test", + "org.osgi" % "org.osgi.core" % "6.0.0" % "provided", + "com.github.sbt" % "junit-interface" % "0.13.3" % "test", + "org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java") ) enablePlugins(SbtOsgi)