Skip to content

Commit

Permalink
Update airspec to 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Mar 3, 2024
1 parent 584b584 commit 6d6da34
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" % "24.2.3" % Test,
"org.wvlet.airframe" %% "airspec" % "24.3.0" % Test,
"org.apache.commons" % "commons-compress" % "1.26.0",
// commons-codec is necessary for commons-compress
"commons-codec" % "commons-codec" % "1.16.1",
Expand Down

0 comments on commit 6d6da34

Please sign in to comment.