Skip to content

Commit 8e6dedf

Browse files
authored
feat(core): update the aws-sdk-swift version (#4107)
1 parent b5a4f51 commit 8e6dedf

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

Package.resolved

Lines changed: 33 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [
99
.watchOS(.v9)
1010
]
1111
let dependencies: [Package.Dependency] = [
12-
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.5.18"),
12+
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.6.7"),
1313
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.3"),
1414
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
1515
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")

0 commit comments

Comments
 (0)