Skip to content

Commit 70243bd

Browse files
committed
[package] Update dependencies to 'main' branch
1 parent b723267 commit 70243bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let package = Package(
6666
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
6767
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
6868
package.dependencies += [
69-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("master")),
69+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
7070
]
7171
} else {
7272
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -80,7 +80,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
8080

8181
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
8282
package.dependencies += [
83-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
83+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
8484
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
8585
// The 'swift-argument-parser' version declared here must match that
8686
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)