diff --git a/Package.swift b/Package.swift index 3c769a21..1cc12715 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .library(name: "XCTFluent", targets: ["XCTFluent"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"), + .package(url: "https://github.com/apple/swift-nio.git", from: "2.62.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), .package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.2"), .package(url: "https://github.com/vapor/async-kit.git", from: "1.17.0"), diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index db9db0ff..dcb6db3b 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -16,7 +16,7 @@ let package = Package( .library(name: "XCTFluent", targets: ["XCTFluent"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"), + .package(url: "https://github.com/apple/swift-nio.git", from: "2.62.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), .package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.2"), .package(url: "https://github.com/vapor/async-kit.git", from: "1.17.0"),