Skip to content

Commit be8ed45

Browse files
authored
Move swift-docc-plugin back to swiftlang (#17)
1 parent 156fa65 commit be8ed45

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ let package = Package(
5050
dependencies: [
5151
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
5252
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.4.0"),
53-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
54-
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
55-
// Keep version in sync with README
56-
.package(url: "https://github.com/apple/swift-protobuf", from: "1.27.0"),
5753
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
54+
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
55+
.package(url: "https://github.com/apple/swift-protobuf", from: "1.27.0"), // Keep version in sync with README
56+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
5857
],
5958
targets: [
6059
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)