Skip to content

Commit f7ca106

Browse files
Update dependency apple/swift-docc-plugin to from: "1.4.5"
1 parent ba86abe commit f7ca106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
20-
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.3")),
20+
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.5")),
2121
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")),
2222
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),
2323
],

0 commit comments

Comments
 (0)