Skip to content

Commit e400d82

Browse files
update Package.swift to use dependency release branches
1 parent 6d8a875 commit e400d82

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 6 additions & 6 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/apple/swift-markdown.git", branch: "main"),
138-
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "main"),
137+
.package(url: "https://github.com/apple/swift-markdown.git", branch: "release/6.0"),
138+
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "release/6.0"),
139139
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
140-
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
140+
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "release/6.0"),
141141
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
142142
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
143143
]

0 commit comments

Comments
 (0)