Skip to content

Commit 2b06c0c

Browse files
committed
use swift-docc-plugin from main
1 parent 0d4b013 commit 2b06c0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/apple/swift-docc-plugin",
77
"state" : {
8-
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
9-
"version" : "1.3.0"
8+
"branch" : "main",
9+
"revision" : "3aad4aabc42835f09f600bb17070f6a11bc84180"
1010
}
1111
},
1212
{

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ let package = Package(
1616
var deps: [PackageDescription.Package.Dependency] = []
1717
#if swift(>=5.6.0)
1818
deps.append(
19-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0")
19+
// .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
20+
.package(url: "https://github.com/apple/swift-docc-plugin", branch: "main")
2021
)
2122
#endif
2223
return deps

0 commit comments

Comments
 (0)