From d634e9c6ae39c0722429e6427ae9e7aea075fc44 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Tue, 29 Oct 2019 12:17:59 +0100 Subject: [PATCH] Update dependency on ZIPFoundation --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]),