Skip to content

Commit 9f3534d

Browse files
authored
Update Package.swift
Fix typo
1 parent 1304b04 commit 9f3534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
url: "https://github.com/apple/swift-argument-parser.git",
2222
.upToNextMajor(from: "1.5.0")),
2323
.package(
24-
url: "https://github.com/swiftformat/swift-format.git",
24+
url: "https://github.com/swiftlang/swift-format.git",
2525
.upToNextMajor(from: "600.0.0"))
2626
],
2727
targets: [

0 commit comments

Comments
 (0)