Skip to content

Commit 2219441

Browse files
sofiaromoralesdaniel-grumberg
authored andcommitted
Mino fix
1 parent c1eef35 commit 2219441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137137
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "release/5.10"),
138138
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
139139
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "release/5.10"),
140-
.package(url: "httpsx://github.com/apple/swift-crypto.git", from: "2.5.0"),
140+
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
141141
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
142142
]
143143
} else {

0 commit comments

Comments
 (0)