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 @@ -11,7 +11,7 @@ let package = Package(
1111 dependencies: [
1212 . package ( url: " https://github.com/apple/swift-package-manager.git " , . branch( " master " ) ) ,
1313 // FIXME: We should depend on master once master contains all the degybed files
14- . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " master-gen " ) ) ,
14+ . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " master " ) ) ,
1515
1616 ] ,
1717 targets: [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
1212 dependencies: [
1313 . package ( url: " https://github.com/apple/swift-package-manager.git " , . branch( " master " ) ) ,
1414 // FIXME: We should depend on master once master contains all the degybed files
15- . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " master-gen " ) ) ,
15+ . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " master " ) ) ,
1616 ] ,
1717 targets: [
1818 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments