Skip to content

Commit

Permalink
chore: Upgrading to SDK 0.36.2 (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored May 2, 2024
1 parent 95a53ab commit 9c1cf85
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 @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
"state" : {
"revision" : "485501db8b0c57d6636c2b33a03dcd77ee0911f9",
"version" : "0.36.1"
"revision" : "47922c05dd66be717c7bce424651a534456717b7",
"version" : "0.36.2"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "64e66f3e3ac07d4180c2460a7af6e4ba4b92e9cb",
"version" : "0.41.0"
"revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578",
"version" : "0.41.1"
}
},
{
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.36.1"),
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.36.2"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.0"),
.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 9c1cf85

Please sign in to comment.