Skip to content

Commit 6030baa

Browse files
authored
Merge pull request #2951 from benlangmuir/master-to-main
[package] Update dependencies to 'main' branch
2 parents e2602ba + 44685b3 commit 6030baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ let package = Package(
248248
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
249249
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
250250
package.dependencies += [
251-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("master")),
251+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
252252
]
253253
} else {
254254
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -262,14 +262,14 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
262262

263263
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
264264
package.dependencies += [
265-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
265+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
266266
// The 'swift-argument-parser' version declared here must match that
267267
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
268268
// dependency version changes here with those projects.
269269
.package(
270270
url: "https://github.com/apple/swift-argument-parser.git",
271271
.upToNextMinor(from: "0.3.1")),
272-
.package(url: "https://github.com/apple/swift-driver.git", .branch("master")),
272+
.package(url: "https://github.com/apple/swift-driver.git", .branch("main")),
273273
]
274274
} else {
275275
package.dependencies += [

0 commit comments

Comments
 (0)