Skip to content

Commit

Permalink
Update airspec to 22.11.1 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Nov 16, 2022
1 parent c2b1b15 commit 9e4ef19
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 @@ -35,7 +35,7 @@ scriptedLaunchOpts ++= {
testFrameworks += new TestFramework("wvlet.airspec.Framework")

libraryDependencies ++= Seq(
"org.wvlet.airframe" %% "airspec" % "22.11.0" % Test,
"org.wvlet.airframe" %% "airspec" % "22.11.1" % Test,
"org.apache.commons" % "commons-compress" % "1.22",
"org.tukaani" % "xz" % "1.9"
)

0 comments on commit 9e4ef19

Please sign in to comment.