Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit d7a4578

Browse files
Merge pull request #28 from Andrea-Scuderi/feature/aws-sdk-swift-4
Update aws-sdk-swift to version 4.0.0
2 parents fbe74ed + cf44117 commit d7a4578

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Examples/S3Test/Package.resolved

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "6fe8f2c510d0bf142176ff690bfa08d159e1c628",
37-
"version": "4.0.0-rc2"
36+
"revision": "22c57f8ec403a28d89dccf5450b928998f82fdc6",
37+
"version": "4.0.0"
3838
}
3939
},
4040
{
4141
"package": "AWSSDKSwiftCore",
4242
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift-core.git",
4343
"state": {
4444
"branch": null,
45-
"revision": "a538c99d210de5f8713e42c2754119b45c79db6b",
46-
"version": "4.0.0-rc2"
45+
"revision": "29d059a323c079c731bca969909321142034a036",
46+
"version": "4.0.0"
4747
}
4848
},
4949
{
@@ -100,6 +100,15 @@
100100
"version": "2.4.4"
101101
}
102102
},
103+
{
104+
"package": "swift-nio-ssl-support",
105+
"repositoryURL": "https://github.com/apple/swift-nio-ssl-support.git",
106+
"state": {
107+
"branch": null,
108+
"revision": "c02eec4e0e6d351cd092938cf44195a8e669f555",
109+
"version": "1.0.0"
110+
}
111+
},
103112
{
104113
"package": "swift-nio-transport-services",
105114
"repositoryURL": "https://github.com/apple/swift-nio-transport-services.git",

Examples/S3Test/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.3"),
1212
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
1313
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.3"),
14-
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", from: "4.0.0-rc1"),
14+
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", from: "4.0.0"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)