From 89891ed926e061ca06db75099643bc7a418945f4 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 19 Jul 2025 10:43:31 -0700 Subject: [PATCH] Update airframe-log to 2025.1.14 (#668) --- build.sbt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index 4e3ab52..5ba9018 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.9.0" % "test", - "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "2025.1.1" % "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.1" % "test" exclude ("org.xerial.snappy", "snappy-java") + "junit" % "junit" % "4.13.2" % "test", + "org.codehaus.plexus" % "plexus-classworlds" % "2.9.0" % "test", + "org.xerial.java" % "xerial-core" % "2.1" % "test", + "org.wvlet.airframe" %% "airframe-log" % "2025.1.14" % "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.1" % "test" exclude ("org.xerial.snappy", "snappy-java") ) enablePlugins(SbtOsgi)