Skip to content

Commit 5d08355

Browse files
authored
Update dependant packages to match 6.2.1 branch (#1304)
Update the dependant packages to match 6.2.1, so parent dependencies like swift-sourcekit-lsp will not have version errors.
1 parent 558118d commit 5d08355

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 3 additions & 3 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
@@ -134,10 +134,10 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
134134
// Building standalone, so fetch all dependencies remotely.
135135
package.dependencies += [
136136
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
137-
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "release/6.2"),
138-
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "release/6.2"),
137+
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "release/6.2.1"),
138+
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "release/6.2.1"),
139139
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
140-
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "release/6.2"),
140+
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "release/6.2.1"),
141141
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
142142
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.2.0"),
143143
]

0 commit comments

Comments
 (0)