From ae2d27968c88d76652e90e396e6008d5e26616cc Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 2 Jul 2024 20:16:50 +0000 Subject: [PATCH] Update airspec to 24.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a3d47d..a7ebef5 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ scriptedLaunchOpts ++= { testFrameworks += new TestFramework("wvlet.airspec.Framework") libraryDependencies ++= Seq( - "org.wvlet.airframe" %% "airspec" % "24.6.1" % Test, + "org.wvlet.airframe" %% "airspec" % "24.7.0" % Test, "org.apache.commons" % "commons-compress" % "1.26.2", "org.tukaani" % "xz" % "1.9" )