Skip to content

Commit

Permalink
TMP: Point SymbolKit to dependent branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilson committed Mar 31, 2023
1 parent 33d15c9 commit e577cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
{
"package": "SymbolKit",
"repositoryURL": "https://github.com/apple/swift-docc-symbolkit",
"repositoryURL": "https://github.com/pdwilson12/swift-docc-symbolkit",
"state": {
"branch": "main",
"revision": "53e5cb9b18222f66cb8d6fb684d7383e705e0936",
"branch": "type_details_5.9",
"revision": "c049e5ebd30bd92ac569a5e329b008cddd5301a6",
"version": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
.package(name: "swift-markdown", url: "https://github.com/apple/swift-markdown.git", .branch("main")),
.package(name: "CLMDB", url: "https://github.com/apple/swift-lmdb.git", .branch("main")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
.package(name: "SymbolKit", url: "https://github.com/apple/swift-docc-symbolkit", .branch("main")),
.package(name: "SymbolKit", url: "https://github.com/pdwilson12/swift-docc-symbolkit", .branch("type_details_5.9")),
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "1.1.2")),
]

Expand Down

0 comments on commit e577cfd

Please sign in to comment.