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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)