From 15fcb5c801703576a22c4ef92db03e89937be8fa Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 20 Aug 2022 00:40:56 +0000 Subject: [PATCH] Update airframe-log to 22.8.0 --- build.sbt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index c431643e..01972ed8 100644 --- a/build.sbt +++ b/build.sbt @@ -60,13 +60,13 @@ autoScalaLibrary := false crossPaths := false libraryDependencies ++= Seq( - "junit" % "junit" % "4.13.2" % "test", - "org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test", - "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "21.12.1" % "test", - "org.osgi" % "org.osgi.core" % "4.3.0" % "provided", - "com.github.sbt" % "junit-interface" % "0.13.3" % "test", - "org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java") + "junit" % "junit" % "4.13.2" % "test", + "org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test", + "org.xerial.java" % "xerial-core" % "2.1" % "test", + "org.wvlet.airframe" %% "airframe-log" % "22.8.0" % "test", + "org.osgi" % "org.osgi.core" % "4.3.0" % "provided", + "com.github.sbt" % "junit-interface" % "0.13.3" % "test", + "org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java") ) enablePlugins(SbtOsgi)