Skip to content

Commit b0626e0

Browse files
authored
[6.3] Update package dependencies for release/6.3 (#1398)
1 parent eb679d9 commit b0626e0

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
162162
// Building standalone, so fetch all dependencies remotely.
163163
package.dependencies += [
164164
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
165-
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "main"),
166-
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "main"),
165+
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "release/6.3"),
166+
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "release/6.3"),
167167
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
168-
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "main"),
168+
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "release/6.3"),
169169
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
170170
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.2.0"),
171171
]

0 commit comments

Comments
 (0)