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.