Skip to content

Commit 9c1cf85

Browse files
authored
chore: Upgrading to SDK 0.36.2 (#3670)
1 parent 95a53ab commit 9c1cf85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 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.git", exact: "0.36.1"),
12+
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.36.2"),
1313
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.0"),
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)