Skip to content

Commit

Permalink
Merge pull request #104 from amzn/smoke-http-3.0.0
Browse files Browse the repository at this point in the history
Update smoke-http and smoke-aws to 3.0.0
  • Loading branch information
jwenzhon authored Jul 18, 2024
2 parents 6fec4c8 + 22819eb commit 8cc63d9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
swift: ["5.8"]
swift: ["5.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v1.23.0
- uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
Expand All @@ -28,10 +28,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
swift: ["5.7.3", "5.6.3"]
swift: ["5.8.1", "5.7.3"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v1.23.0
- uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
Expand Down
30 changes: 24 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"repositoryURL": "https://github.com/amzn/smoke-aws.git",
"state": {
"branch": null,
"revision": "24c05c5faa12a4662584241bebee0a017c3ce9bf",
"version": "2.44.174"
"revision": "2ab12570ff4e45b41f3c1adf9204baf57d9c0147",
"version": "3.0.0"
}
},
{
"package": "smoke-aws-support",
"repositoryURL": "https://github.com/amzn/smoke-aws-support.git",
"state": {
"branch": null,
"revision": "7bdcbdb7b01bf54dfbdeb99d38d8e6edd6a560c1",
"version": "1.1.0"
"revision": "b858670eac000b3a957d85672b915c03275c0d9b",
"version": "2.0.0"
}
},
{
"package": "smoke-http",
"repositoryURL": "https://github.com/amzn/smoke-http.git",
"state": {
"branch": null,
"revision": "77c629dc155170e15cb845ac9504355744328204",
"version": "2.17.1"
"revision": "a6f386fc42d4758719b01a4e45f20c68bed88d50",
"version": "3.0.0"
}
},
{
Expand Down Expand Up @@ -73,6 +73,15 @@
"version": "1.1.7"
}
},
{
"package": "swift-distributed-tracing",
"repositoryURL": "https://github.com/apple/swift-distributed-tracing.git",
"state": {
"branch": null,
"revision": "11c756c5c4d7de0eeed8595695cadd7fa107aa19",
"version": "1.1.1"
}
},
{
"package": "swift-log",
"repositoryURL": "https://github.com/apple/swift-log.git",
Expand Down Expand Up @@ -136,6 +145,15 @@
"version": "1.15.0"
}
},
{
"package": "swift-service-context",
"repositoryURL": "https://github.com/apple/swift-service-context.git",
"state": {
"branch": null,
"revision": "ce0141c8f123132dbd02fd45fea448018762df1b",
"version": "1.0.0"
}
},
{
"package": "XMLCoding",
"repositoryURL": "https://github.com/LiveUI/XMLCoding.git",
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.7
//
// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
Expand Down Expand Up @@ -26,8 +26,8 @@ let package = Package(
targets: ["SmokeDynamoDB"]),
],
dependencies: [
.package(url: "https://github.com/amzn/smoke-aws.git", from: "2.42.37"),
.package(url: "https://github.com/amzn/smoke-http.git", from: "2.16.0"),
.package(url: "https://github.com/amzn/smoke-aws.git", from: "3.0.0"),
.package(url: "https://github.com/amzn/smoke-http.git", from: "3.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
.package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit", from :"0.2.0")
Expand Down

0 comments on commit 8cc63d9

Please sign in to comment.