Skip to content

Commit 5253e78

Browse files
MaelRBMatty Cross
authored andcommitted
Bump maximum version of SwiftSyntax to 602.0.0
1 parent 2aa299c commit 5253e78

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

Package.resolved

Lines changed: 1 addition & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
// Any dependency changes must also be reflected in Generator/Project.swift.
3030
.package(url: "https://github.com/nvzqz/FileKit.git", from: "6.1.0"),
3131
.package(url: "https://github.com/kylef/Stencil.git", from: "0.15.1"),
32-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
32+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"603.0.0"),
3333
// .package(url: "https://github.com/swiftlang/swift-format", "509.0.0"..<"602.0.0"),
3434
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
3535
.package(url: "https://github.com/LebJe/TOMLKit.git", from: "0.5.5"),

0 commit comments

Comments
 (0)