Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
timsneath authored Dec 1, 2024
1 parent 1304b04 commit 9f3534d
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 @@ -21,7 +21,7 @@ let package = Package(
url: "https://github.com/apple/swift-argument-parser.git",
.upToNextMajor(from: "1.5.0")),
.package(
url: "https://github.com/swiftformat/swift-format.git",
url: "https://github.com/swiftlang/swift-format.git",
.upToNextMajor(from: "600.0.0"))
],
targets: [
Expand Down

0 comments on commit 9f3534d

Please sign in to comment.