Skip to content

Commit

Permalink
Bump the lowest NIO version to 2.34.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored Jun 14, 2022
1 parent 8e4f5cf commit a75e92b
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 @@ -119,7 +119,7 @@ let package = Package(
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.34.0"),
],
targets: targets
)

0 comments on commit a75e92b

Please sign in to comment.