Skip to content

Commit c4d0d2f

Browse files
authored
Support stable 6.1 in swift-syntax (#3639)
1 parent 28f3c91 commit c4d0d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
.package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
3333
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
34-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"),
34+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
3535
],
3636
targets: [
3737
.target(

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
.package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
3333
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
34-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"),
34+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
3535
],
3636
targets: [
3737
.target(

0 commit comments

Comments
 (0)