From f30cd564cbb113e77fdc861c2f11eed44d7fe401 Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Thu, 26 Oct 2023 21:14:13 +0200 Subject: [PATCH] PromiseKit 8 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a29423b..f427f6e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( targets: ["PMKCoreLocation"]), ], dependencies: [ - .package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.0.0"), + .package(url: "https://github.com/mxcl/PromiseKit.git", from: "8.0.0"), ], targets: [ .target(