Skip to content

Commit

Permalink
Update link for swift-docc-plugin repository. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtrinhdev authored Sep 17, 2024
1 parent dd8cacc commit 60b2af8
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 @@ -35,6 +35,6 @@ let package = Package(
// we can depend on local versions of our dependencies instead of fetching them remotely.
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
]
}

0 comments on commit 60b2af8

Please sign in to comment.