Skip to content

Commit 4295742

Browse files
authored
Update xz to 1.11 (#607)
1 parent d1c7f0b commit 4295742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ testFrameworks += new TestFramework("wvlet.airspec.Framework")
4848
libraryDependencies ++= Seq(
4949
"org.wvlet.airframe" %% "airspec" % "2025.1.19" % Test,
5050
"org.apache.commons" % "commons-compress" % "1.27.1",
51-
"org.tukaani" % "xz" % "1.10"
51+
"org.tukaani" % "xz" % "1.11"
5252
)
5353

5454
// Publishing settings

0 commit comments

Comments
 (0)