We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984008f commit ec4695aCopy full SHA for ec4695a
1 file changed
Package.swift
@@ -40,7 +40,7 @@ let package = Package(
40
.default(enabledTraits: ["SwiftConfiguration"]),
41
],
42
dependencies: [
43
- .package(path: "../swift-http-api-proposal"),
+ .package(url: "https://github.com/apple/swift-http-api-proposal", branch: "main"),
44
.package(
45
url: "https://github.com/FranzBusch/swift-collections.git",
46
branch: "fb-async"
0 commit comments