File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ let package = Package(
6565 . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.18.4 " ) ,
6666 . package ( url: " https://github.com/pointfreeco/swift-tagged " , from: " 0.10.0 " ) ,
6767 . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , exact: " 1.6.1 " ) ,
68- // .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"),
68+ . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 603.0.0 " ) ,
6969 // new snapshot contains fix for swift build and swift test linker issue.
70- . package ( url: " https://github.com/swiftlang/swift-syntax " , branch: " swift-6.2-DEVELOPMENT-SNAPSHOT-2025-10-09-a " ) ,
70+ // .package(url: "https://github.com/swiftlang/swift-syntax", branch: "swift-6.2-DEVELOPMENT-SNAPSHOT-2025-10-09-a"),
7171 . package ( url: " https://github.com/vapor/postgres-nio " , from: " 1.22.0 " ) ,
7272 ] ,
7373 targets: [
You can’t perform that action at this time.
0 commit comments