Skip to content

Commit e9711ad

Browse files
authored
Update Package.swift
1 parent 6bd1d78 commit e9711ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
),
1717
],
1818
dependencies: [
19-
.package(name: "swift-nio-ssh", url: "https://github.com/Joannis/swift-nio-ssh.git", branch: "citadel2"),
19+
.package(name: "swift-nio-ssh", url: "https://github.com/Joannis/swift-nio-ssh.git", from: "0.1.0"),
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
2121
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.2.0"),
2222
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "2.1.0"),

0 commit comments

Comments
 (0)