Skip to content

Commit 8e6af7a

Browse files
committed
fixing references in packages
1 parent ea341d9 commit 8e6af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ let package = Package(
4141
.library(name: "SublimationNgrok", targets: ["SublimationNgrok"])
4242
],
4343
dependencies: [
44-
.package(name: "Sublimation", path: "../.."),
45-
.package(path: "../Ngrokit")
44+
.package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"),
45+
.package(url: "https://github.com/brightdigit/Ngrokit", branch: "v1.0.0")
4646
],
4747
targets: [
4848
.target(

0 commit comments

Comments
 (0)