Skip to content

Commit

Permalink
Update swiftlang link in Package.swift (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtrinhdev authored Jul 23, 2024
1 parent 2c11788 commit 62c9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func generateDependencies() -> [Package.Dependency] {
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
return [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.54.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.0.0"),
]
} else {
return [
Expand Down

0 comments on commit 62c9086

Please sign in to comment.