Skip to content

Commit

Permalink
Use latest smoke-aws-support, smoke-http and smoke-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
Janujan Selvaratnam committed Jul 12, 2024
1 parent 05bf549 commit a803ed4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/amzn/smoke-aws.git",
"state" : {
"revision" : "07e658e0fdc8a46923156c30a76fdd5d7427465e",
"version" : "2.46.5"
"revision" : "2ab12570ff4e45b41f3c1adf9204baf57d9c0147",
"version" : "3.0.0"
}
},
{
"identity" : "smoke-aws-support",
"kind" : "remoteSourceControl",
"location" : "https://github.com/amzn/smoke-aws-support.git",
"state" : {
"revision" : "54d2a727df6d440c8c2415124f45c72484e448cd",
"version" : "1.6.0"
"revision" : "b858670eac000b3a957d85672b915c03275c0d9b",
"version" : "2.0.0"
}
},
{
"identity" : "smoke-http",
"kind" : "remoteSourceControl",
"location" : "https://github.com/amzn/smoke-http.git",
"state" : {
"revision" : "2f27d29b863c797f74318f87579bac77935df2eb",
"version" : "2.22.2"
"revision" : "a6f386fc42d4758719b01a4e45f20c68bed88d50",
"version" : "3.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
.package(url: "https://github.com/amzn/smoke-aws.git", from: "2.44.174"),
.package(url: "https://github.com/amzn/smoke-aws-support.git", from: "1.6.0"),
.package(url: "https://github.com/amzn/smoke-aws.git", from: "3.0.0"),
.package(url: "https://github.com/amzn/smoke-aws-support.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
],
Expand Down

0 comments on commit a803ed4

Please sign in to comment.