From af3288a01b5b830d9fa1893c9f0777082df580bb Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 23 Apr 2024 01:23:06 -0700 Subject: [PATCH] Update airspec to 24.4.2 (#496) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e992772..cb19652 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.4.1" % Test, + "org.wvlet.airframe" %% "airspec" % "24.4.2" % Test, "org.apache.commons" % "commons-compress" % "1.26.1", "org.tukaani" % "xz" % "1.9" )