We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea341d9 commit 8e6af7aCopy full SHA for 8e6af7a
Package.swift
@@ -41,8 +41,8 @@ let package = Package(
41
.library(name: "SublimationNgrok", targets: ["SublimationNgrok"])
42
],
43
dependencies: [
44
- .package(name: "Sublimation", path: "../.."),
45
- .package(path: "../Ngrokit")
+ .package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"),
+ .package(url: "https://github.com/brightdigit/Ngrokit", branch: "v1.0.0")
46
47
targets: [
48
.target(
0 commit comments