Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrehsaad committed Aug 30, 2024
1 parent 4afecc8 commit 072f1f3
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 @@ -9,7 +9,7 @@ let package: Package = .init(
.library(name: "NumericProtocols", targets: ["NumericProtocols"])
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", .upToNextMajor(from: "1.4.2"))
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.2")
],
targets: [
.target(
Expand Down

0 comments on commit 072f1f3

Please sign in to comment.