We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae29264 commit da0e055Copy full SHA for da0e055
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
24
],
25
dependencies: [
26
- .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.67.0")),
+ .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.72.0")),
27
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.4")),
28
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
29
.package(url: "https://github.com/apple/swift-testing.git", branch: "swift-DEVELOPMENT-SNAPSHOT-2024-08-29-a"),
0 commit comments