From 7b49c8cbd9ac23cb0be2bb68e2e0db6e693f2de7 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 30 Dec 2022 20:17:52 -0800 Subject: [PATCH] Update airspec to 22.12.6 (#343) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bdb86c36..bdcdf41b 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ scriptedLaunchOpts ++= { testFrameworks += new TestFramework("wvlet.airspec.Framework") libraryDependencies ++= Seq( - "org.wvlet.airframe" %% "airspec" % "22.12.4" % Test, + "org.wvlet.airframe" %% "airspec" % "22.12.6" % Test, "org.apache.commons" % "commons-compress" % "1.22", "org.tukaani" % "xz" % "1.9" )