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.
2 parents 67428c1 + a94ca30 commit 0fedcfcCopy full SHA for 0fedcfc
.github/workflows/scripts/check-docs.sh
@@ -43,7 +43,7 @@ else
43
cat <<EOF >> "$package_file"
44
45
package.dependencies.append(
46
- .package(url: "https://github.com/swiftlang/swift-docc-plugin", "1.0.0"..<"1.4.0")
+ .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0")
47
)
48
EOF
49
done
0 commit comments