diff --git a/Package.swift b/Package.swift index 9974960..64340b1 100644 --- a/Package.swift +++ b/Package.swift @@ -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"]),