Skip to content

Commit 7e3381a

Browse files
authored
Merge pull request #272 from benlangmuir/master-to-main
[package] Update dependencies to 'main' branch
2 parents a04d98e + 70243bd commit 7e3381a

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
@@ -76,7 +76,7 @@ let package = Package(
7676
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
7777
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
7878
package.dependencies += [
79-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("master")),
79+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
8080
]
8181
} else {
8282
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -90,7 +90,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
9090

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

0 commit comments

Comments
 (0)