File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ let package = Package(
4747 . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.18.4 " ) ,
4848 . package ( url: " https://github.com/pointfreeco/swift-tagged " , from: " 0.10.0 " ) ,
4949 . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.5.2 " ) ,
50- . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 602 .0.0" ) ,
50+ . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 603 .0.0" ) ,
5151 ] ,
5252 targets: [
5353 . target(
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ let package = Package(
4343 . package ( url: " https://github.com/pointfreeco/swift-macro-testing " , from: " 0.6.3 " ) ,
4444 . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.18.4 " ) ,
4545 . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.5.2 " ) ,
46- . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 602 .0.0" ) ,
46+ . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 603 .0.0" ) ,
4747 ] ,
4848 targets: [
4949 . target(
You can’t perform that action at this time.
0 commit comments