Skip to content

Commit 4a24855

Browse files
muukiiclaude
andcommitted
Update swift-syntax version constraint to range 600.0.0..<603.0.0
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d484311 commit 4a24855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2323
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
2424
.package(url: "https://github.com/VergeGroup/swift-typed-identifier", from: "2.0.4"),
25-
.package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"),
25+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"603.0.0"),
2626
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1"),
2727
],
2828
targets: [

0 commit comments

Comments
 (0)