From a3dfd5912c0b4550d39944f454bb5ee942e683dc Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 9 Apr 2024 00:39:38 +0000 Subject: [PATCH] Update airspec to 24.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6d37dc25..a0138c1b 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.3.0" % Test, + "org.wvlet.airframe" %% "airspec" % "24.4.0" % Test, "org.apache.commons" % "commons-compress" % "1.26.1", "org.tukaani" % "xz" % "1.9" )