Skip to content

Commit ac2b6a0

Browse files
authored
fix: upgrade to aws-sdk-swift v0.6.1 (#2774)
1 parent d7310fb commit ac2b6a0

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
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let platforms: [SupportedPlatform] = [.iOS(.v13), .macOS(.v10_15)]
66
let dependencies: [Package.Dependency] = [
7-
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.6.0"),
7+
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.6.1"),
88
.package(url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.0.0"),
99
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.13.2"),
1010
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0")

0 commit comments

Comments
 (0)