Skip to content

Commit ac7c8e8

Browse files
chore(deps): update apple/swift-docc-plugin to from: "1.5.0" (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61dc272 commit ac7c8e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
// into the MeshtasticTAK product; it enables
2323
// `swift package generate-documentation` for the hosted API docs and
2424
// Xcode Quick Help. Consumers resolve it transitively but never link it.
25-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
25+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.5.0"),
2626
],
2727
targets: [
2828
.target(

swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.38.0"),
1818
// DocC documentation generator (command plugin only; not linked into the
1919
// product). Enables `swift package generate-documentation`.
20-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
20+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.5.0"),
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)