We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94eba0 commit 5351131Copy full SHA for 5351131
build.sbt
@@ -35,7 +35,7 @@ scriptedLaunchOpts ++= {
35
testFrameworks += new TestFramework("wvlet.airspec.Framework")
36
37
libraryDependencies ++= Seq(
38
- "org.wvlet.airframe" %% "airspec" % "2025.1.12" % Test,
+ "org.wvlet.airframe" %% "airspec" % "2025.1.14" % Test,
39
"org.apache.commons" % "commons-compress" % "1.27.1",
40
"org.tukaani" % "xz" % "1.10"
41
)
0 commit comments