Skip to content

Commit

Permalink
Bump minimum NIO version to 2.54.0 to fix test crashes (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 authored Aug 14, 2023
1 parent a047d88 commit 320bd97
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 @@ -36,7 +36,7 @@ import class Foundation.ProcessInfo
func generateDependencies() -> [Package.Dependency] {
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
return [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.51.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.54.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
]
} else {
Expand Down

0 comments on commit 320bd97

Please sign in to comment.