Skip to content

Commit a4bb825

Browse files
committed
[Package] Update project urls
1 parent cf4a1e2 commit a4bb825

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(
11-
url: "https://github.com/tris-code/platform.git",
12-
.branch("master")),
11+
url: "https://github.com/swiftstack/platform.git",
12+
.branch("dev")),
1313
.package(
14-
url: "https://github.com/tris-code/javascript.git",
15-
.branch("master")),
14+
url: "https://github.com/swiftstack/javascript.git",
15+
.branch("dev")),
1616
.package(
17-
url: "https://github.com/tris-code/test.git",
18-
.branch("master"))
17+
url: "https://github.com/swiftstack/test.git",
18+
.branch("dev"))
1919
],
2020
targets: [
2121
.target(

0 commit comments

Comments
 (0)