From 5017c35ceac59fa9ffca7ed071708a41be7a0f20 Mon Sep 17 00:00:00 2001 From: Vithanco Date: Tue, 1 Aug 2023 17:19:13 +0200 Subject: [PATCH] Update Package.swift switching to my stack --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 1782ec0..d4bf1c2 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(name: "Publish", url: "https://github.com/JohnSundell/Publish.git", from: "0.7.0") + .package(name: "Publish", url: "https://github.com/vithanco/Publish.git", from: "0.9.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.