We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f3a20 commit a409871Copy full SHA for a409871
build.sbt
@@ -46,7 +46,7 @@ scriptedLaunchOpts ++= {
46
testFrameworks += new TestFramework("wvlet.airspec.Framework")
47
48
libraryDependencies ++= Seq(
49
- "org.wvlet.airframe" %% "airspec" % "2025.1.19" % Test,
+ "org.wvlet.airframe" %% "airspec" % "2025.1.21" % Test,
50
"org.apache.commons" % "commons-compress" % "1.27.1",
51
"org.tukaani" % "xz" % "1.11"
52
)
0 commit comments