Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SourceKitStressTester/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git", .exact("0.3.0")),
// FIXME: We should depend on master once master contains all the degybed files
.package(url: "https://github.com/apple/swift-syntax.git", .branch("master-gen")),
.package(url: "https://github.com/apple/swift-syntax.git", .branch("master")),

],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion SwiftEvolve/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git", .exact("0.3.0")),
// FIXME: We should depend on master once master contains all the degybed files
.package(url: "https://github.com/apple/swift-syntax.git", .branch("master-gen")),
.package(url: "https://github.com/apple/swift-syntax.git", .branch("master")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down