Skip to content

Commit 107758b

Browse files
authored
Get rid of "apple" package resolution warnings (#121)
change "apple" dependencies to "swiftlang"
1 parent d6b68ca commit 107758b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ let package = Package(
8282
from: "0.17.1"
8383
),
8484
.package(
85-
url: "https://github.com/apple/swift-docc-plugin",
85+
url: "https://github.com/swiftlang/swift-docc-plugin",
8686
from: "1.0.0"
8787
),
8888
.package(
89-
url: "https://github.com/apple/swift-syntax.git",
89+
url: "https://github.com/swiftlang/swift-syntax.git",
9090
from: "600.0.0"
9191
),
9292
.package(

0 commit comments

Comments
 (0)