Skip to content

Commit 9ab1132

Browse files
authored
Swift Syntax 602 Support (pointfreeco#50)
1 parent 2de00af commit 9ab1132

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(

[email protected]

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)