Support stable 6.1 in swift-syntax (#3639)

This commit is contained in:
Go Takagi
2025-04-01 02:37:43 +09:00
committed by GitHub
parent 28f3c919a7
commit c4d0d2f799
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
],
targets: [
.target(