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

Commit 2ec2df3

Browse files
author
Jean-Dominique Nguele
authored
Merge pull request #18 from Andrea-Scuderi/feature/aws-swift-sdk-4.0.0-rc1
Update aws-swift-skt to 4.0.0-rc1 for S3 Example
2 parents 690f453 + 76866a4 commit 2ec2df3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Examples/S3Test/Package.resolved

Lines changed: 10 additions & 10 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
@@ -9,7 +9,7 @@ let package = Package(
99
// .package(url: /* package url */, from: "1.0.0"),
1010
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
1111
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.2"),
12-
.package(url: "https://github.com/Andrea-Scuderi/aws-sdk-swift.git", .branch("nio2.0-swift5.1")),
12+
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", from: "4.0.0-rc1"),
1313
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)