Skip to content

Commit

Permalink
Update NIO to 2.30.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidde94 committed Jun 23, 2021
1 parent 63db5f1 commit bc1a91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.library(name: "NIOSSH", targets: ["NIOSSH"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.27.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.30.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit bc1a91d

Please sign in to comment.