File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ let package = Package(
3333 ] ,
3434
3535 dependencies: [
36- . package ( url: " https://github.com/swiftlang/swift-syntax.git " , from: " 600.0.0-latest " ) ,
36+ . package ( url: " https://github.com/swiftlang/swift-syntax.git " , from: " 600.0.0 " ) ,
3737 ] ,
3838
3939 targets: [
Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ if(SwiftTesting_BuildMacrosAsExecutables)
2929 # swift-syntax.
3030 include (FetchContent)
3131 set (FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR} /_d)
32- # TODO: Update GIT_TAG to the 6.0 release tag once it is available.
3332 FetchContent_Declare(SwiftSyntax
3433 GIT_REPOSITORY https://github.com/swiftlang/swift-syntax
35- GIT_TAG 27b74edd5de625d0e399869a5af08f1501af8837)
34+ GIT_TAG cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25) # 600.0.0
3635 FetchContent_MakeAvailable(SwiftSyntax)
3736endif ()
3837
You can’t perform that action at this time.
0 commit comments