We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c7f0b commit 4295742Copy full SHA for 4295742
build.sbt
@@ -48,7 +48,7 @@ testFrameworks += new TestFramework("wvlet.airspec.Framework")
48
libraryDependencies ++= Seq(
49
"org.wvlet.airframe" %% "airspec" % "2025.1.19" % Test,
50
"org.apache.commons" % "commons-compress" % "1.27.1",
51
- "org.tukaani" % "xz" % "1.10"
+ "org.tukaani" % "xz" % "1.11"
52
)
53
54
// Publishing settings
0 commit comments