Skip to content

Commit 0fedcfc

Browse files
authored
Merge pull request #131 from rauhul/patch-1
Remove upper bound limit on docc plugin
2 parents 67428c1 + a94ca30 commit 0fedcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
cat <<EOF >> "$package_file"
4444
4545
package.dependencies.append(
46-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", "1.0.0"..<"1.4.0")
46+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0")
4747
)
4848
EOF
4949
done

0 commit comments

Comments
 (0)