Skip to content

Commit 41e3806

Browse files
committed
Swift Syntax 602 Support
1 parent 2de00af commit 41e3806

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 7 additions & 7 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
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.0"),
21-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
21+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"603.0.0"),
2222
],
2323
targets: [
2424
.target(

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4"),
21-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
21+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"603.0.0"),
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)