Skip to content

Commit

Permalink
Merge pull request #133 from amzn/smoke-http-3.0.0
Browse files Browse the repository at this point in the history
Update smoke-http to 3.0.0
  • Loading branch information
jwenzhon authored Jul 18, 2024
2 parents d4ea018 + 3405f94 commit dfac392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/amzn/smoke-http.git",
"state" : {
"revision" : "971e77e1aedb8d5780e2c49a7dcb3d9d30076e10",
"version" : "2.22.1"
"revision" : "a6f386fc42d4758719b01a4e45f20c68bed88d50",
"version" : "3.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
.package(url: "https://github.com/amzn/smoke-http.git", from: "2.14.0"),
.package(url: "https://github.com/amzn/smoke-http.git", from: "3.0.0"),
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit dfac392

Please sign in to comment.