Skip to content

Commit

Permalink
Updated AWS SDK to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalfour-amzn committed Oct 10, 2024
1 parent e3bb153 commit 32c8381
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift",
"state" : {
"revision" : "a41d3b3e01b9803a4a2e0c2273c2de4b3fd787a4",
"version" : "0.77.1"
"revision" : "0991c7f92bcb2507b4ce57e38662cbb9520b1699",
"version" : "1.0.16"
}
},
{
Expand All @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "0ed3440f8c41e27a0937364d5035d2d4fefb8aa3",
"version" : "0.71.0"
"revision" : "ca8d43b46141cbca204185550f821fac1a29f386",
"version" : "0.77.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/evgenyneu/keychain-swift.git", from: "20.0.0"),
.package(url: "https://github.com/awslabs/aws-sdk-swift", from: "0.76.1")
.package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 32c8381

Please sign in to comment.