Skip to content

Commit 96b5e48

Browse files
authored
build: bump swift-docc-plugin to 1.2.0 for Windows (#607)
The Windows support was added in 1.1.0. Update to the latest release of the plugin to support Windows.
1 parent a8a0afa commit 96b5e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
163163
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
164164
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
165165
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
166-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
166+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
167167
]
168168

169169
#if !os(Windows)

0 commit comments

Comments
 (0)