We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4a1e2 commit a4bb825Copy full SHA for a4bb825
Package.swift
@@ -8,14 +8,14 @@ let package = Package(
8
],
9
dependencies: [
10
.package(
11
- url: "https://github.com/tris-code/platform.git",
12
- .branch("master")),
+ url: "https://github.com/swiftstack/platform.git",
+ .branch("dev")),
13
14
- url: "https://github.com/tris-code/javascript.git",
15
+ url: "https://github.com/swiftstack/javascript.git",
16
17
- url: "https://github.com/tris-code/test.git",
18
- .branch("master"))
+ url: "https://github.com/swiftstack/test.git",
+ .branch("dev"))
19
20
targets: [
21
.target(
0 commit comments