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.
1 parent e7d8886 commit 8e46b9fCopy full SHA for 8e46b9f
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
dependencies: [
11
.package(url: "https://github.com/tadija/AEXML.git", .upToNextMinor(from: "4.6.1")),
12
.package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")),
13
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.1"),
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.2"),
14
],
15
targets: [
16
.target(name: "XcodeProj",
0 commit comments