Skip to content

Commit

Permalink
Upgrade dependency aws-swift-sdk to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5d committed Jan 10, 2024
1 parent 769dc05 commit f5d25a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
"state" : {
"revision" : "387016f3e62119e9962da4357c63671c694554e6",
"version" : "0.31.0"
"revision" : "b0ff4a706d2864b84bbb76ca586f5abc4d21ef8a",
"version" : "0.33.0"
}
},
{
Expand All @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "ab999a9f0c972adcb350beda3c630a35697f7e8e",
"version" : "0.35.0"
"revision" : "77b100f1d0ca30dcc1e58e5199d45d6d7cc29b04",
"version" : "0.37.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [
.watchOS(.v9)
]
let dependencies: [Package.Dependency] = [
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.31.0"),
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.33.0"),
.package(url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.0.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.13.2"),
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
Expand Down

0 comments on commit f5d25a2

Please sign in to comment.