Skip to content

Commit f88e3ff

Browse files
Updates swift-format version
Co-authored-by: Michał A <michal.a@toptal.com>
1 parent 72a9fc9 commit f88e3ff

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
@@ -25,7 +25,7 @@ let package = Package(
2525
dependencies: [
2626
// .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2727
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
28-
.package(url: "https://github.com/apple/swift-format", from: "508.0.0"),
28+
.package(url: "https://github.com/apple/swift-format", "508.0.0"..<"510.0.0"),
2929
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
3030
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
3131
.package(url: "https://github.com/dominicegginton/Spinner", from: "2.0.0"),

0 commit comments

Comments
 (0)