We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4b013 commit 2b06c0cCopy full SHA for 2b06c0c
Package.resolved
@@ -5,8 +5,8 @@
5
"kind" : "remoteSourceControl",
6
"location" : "https://github.com/apple/swift-docc-plugin",
7
"state" : {
8
- "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
9
- "version" : "1.3.0"
+ "branch" : "main",
+ "revision" : "3aad4aabc42835f09f600bb17070f6a11bc84180"
10
}
11
},
12
{
Package.swift
@@ -16,7 +16,8 @@ let package = Package(
16
var deps: [PackageDescription.Package.Dependency] = []
17
#if swift(>=5.6.0)
18
deps.append(
19
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0")
+// .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")
21
)
22
#endif
23
return deps
0 commit comments