Skip to content

Commit

Permalink
Merge pull request #148 from amzn/update-smoke-http
Browse files Browse the repository at this point in the history
Update smoke http and smoke-aws-support major versions
  • Loading branch information
Janujan authored Jul 12, 2024
2 parents a73e420 + 08dd681 commit 2ab1257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/amzn/smoke-aws-support.git",
"state": {
"branch": null,
"revision": "c46cd7e8b8f32d6629d57a8b2b58d6622bd898be",
"version": "1.7.0"
"revision": "b858670eac000b3a957d85672b915c03275c0d9b",
"version": "2.0.0"
}
},
{
"package": "smoke-http",
"repositoryURL": "https://github.com/amzn/smoke-http.git",
"state": {
"branch": null,
"revision": "d37f4c40e3f00a880fc09b7927f8a2fbf4c5d018",
"version": "2.22.5"
"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 @@ -143,8 +143,8 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
.package(url: "https://github.com/LiveUI/XMLCoding.git", from: "0.4.1"),
.package(url: "https://github.com/amzn/smoke-http.git", from: "2.19.1"),
.package(url: "https://github.com/amzn/smoke-aws-support.git", from: "1.7.0"),
.package(url: "https://github.com/amzn/smoke-http.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-crypto.git", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit 2ab1257

Please sign in to comment.