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 b823917 commit f95b25dCopy full SHA for f95b25d
backend/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
dependencies: [
13
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
14
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
15
- .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.2.36"),
+ .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.2.45"),
16
.package(url: "https://github.com/smithy-lang/smithy-swift", from: "0.118.0"),
17
.package(url: "https://github.com/swiftlang/swift-testing", branch: "main"),
18
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
0 commit comments