Update dependency on ZIPFoundation

This commit is contained in:
Matthias Neeracher 2019-10-29 12:17:59 +01:00
parent b7da8fc7d8
commit d634e9c6ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let package = Package(
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
// 🤐 Unzip archives
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.8-µ"))
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.9-µ2"))
],
targets: [
.target(name: "GzipMiddleware", dependencies: ["Vapor", "ZIPFoundation"]),