This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 33
33
"repositoryURL" : " https://github.com/swift-aws/aws-sdk-swift.git" ,
34
34
"state" : {
35
35
"branch" : null ,
36
- "revision" : " 6fe8f2c510d0bf142176ff690bfa08d159e1c628 " ,
37
- "version" : " 4.0.0-rc2 "
36
+ "revision" : " 22c57f8ec403a28d89dccf5450b928998f82fdc6 " ,
37
+ "version" : " 4.0.0"
38
38
}
39
39
},
40
40
{
41
41
"package" : " AWSSDKSwiftCore" ,
42
42
"repositoryURL" : " https://github.com/swift-aws/aws-sdk-swift-core.git" ,
43
43
"state" : {
44
44
"branch" : null ,
45
- "revision" : " a538c99d210de5f8713e42c2754119b45c79db6b " ,
46
- "version" : " 4.0.0-rc2 "
45
+ "revision" : " 29d059a323c079c731bca969909321142034a036 " ,
46
+ "version" : " 4.0.0"
47
47
}
48
48
},
49
49
{
100
100
"version" : " 2.4.4"
101
101
}
102
102
},
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
+ },
103
112
{
104
113
"package" : " swift-nio-transport-services" ,
105
114
"repositoryURL" : " https://github.com/apple/swift-nio-transport-services.git" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let package = Package(
11
11
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.3"),
12
12
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
13
13
. 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 " ) ,
15
15
. package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
16
16
] ,
17
17
targets: [
You can’t perform that action at this time.
0 commit comments