Skip to content

Commit

Permalink
chore: Update minimum docc package version
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Oct 13, 2024
1 parent 5053a17 commit 6d9579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let argumentParser: PackageDescription.Package.Dependency = .package(
.upToNextMinor(from: "1.1.0")
)
let docc: PackageDescription.Package.Dependency = .package(
url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"
url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.3"
)
let swiftSyntax = PackageDescription.Package.Dependency.package(
url: "https://github.com/swiftlang/swift-syntax",
Expand Down

0 comments on commit 6d9579a

Please sign in to comment.