Skip to content

Commit f70e609

Browse files
switch CLMDB and swift-markdown to release/5.7 branches
1 parent 21fb887 commit f70e609

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
121121
package.dependencies += [
122122
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMinor(from: "2.31.2")),
123123
.package(url: "https://github.com/apple/swift-nio-ssl.git", .upToNextMinor(from: "2.15.0")),
124-
.package(name: "swift-markdown", url: "https://github.com/apple/swift-markdown.git", .branch("main")),
125-
.package(name: "CLMDB", url: "https://github.com/apple/swift-lmdb.git", .branch("main")),
124+
.package(name: "swift-markdown", url: "https://github.com/apple/swift-markdown.git", .branch("release/5.7")),
125+
.package(name: "CLMDB", url: "https://github.com/apple/swift-lmdb.git", .branch("release/5.7")),
126126
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
127127
.package(name: "SymbolKit", url: "https://github.com/apple/swift-docc-symbolkit", .branch("release/5.7")),
128128
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "1.1.2")),

0 commit comments

Comments
 (0)