Skip to content

Commit

Permalink
chore: Update aws-sdk-swift to 1.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
subdiox committed Dec 25, 2024
1 parent 5016f36 commit 4adac83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-crt-swift",
"state" : {
"revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935",
"version" : "0.37.0"
"revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22",
"version" : "0.40.0"
}
},
{
"identity" : "aws-sdk-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift",
"state" : {
"revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5",
"version" : "1.0.47"
"revision" : "f08b0584f3935b01fccf9cfc5daa739992bf1ff8",
"version" : "1.0.66"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad",
"version" : "0.96.0"
"revision" : "d51fb5d2fbae16a3bcd4b731dc623cbfe8300d15",
"version" : "0.105.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", exact: "1.0.47"),
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.0.66"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.3"),
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")
Expand Down

0 comments on commit 4adac83

Please sign in to comment.