Skip to content

Commit 7d063af

Browse files
authored
Merge pull request #98 from ahoppen/depend-on-master
Make the stress tester and SwiftEvolve depend on SwiftSyntax/master
2 parents 479e17b + c2a4e54 commit 7d063af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SourceKitStressTester/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: [

SwiftEvolve/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)