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.
2 parents 3d1161c + 518a093 commit 60c1260Copy full SHA for 60c1260
Package.swift
@@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [
9
.watchOS(.v9)
10
]
11
let dependencies: [Package.Dependency] = [
12
- .package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.26.0"),
+ .package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.26.1"),
13
.package(url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.0.0"),
14
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.13.2"),
15
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
0 commit comments