Skip to content

Commit

Permalink
Update xz to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jul 29, 2024
1 parent 8ad4028 commit 6ac545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ testFrameworks += new TestFramework("wvlet.airspec.Framework")
libraryDependencies ++= Seq(
"org.wvlet.airframe" %% "airspec" % "24.7.1" % Test,
"org.apache.commons" % "commons-compress" % "1.26.2",
"org.tukaani" % "xz" % "1.9"
"org.tukaani" % "xz" % "1.10"
)

0 comments on commit 6ac545f

Please sign in to comment.