Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Nov 22, 2019
1 parent 9c2fdc6 commit 29d059a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import PackageDescription
let package = Package(
name: "MyAWSTool",
dependencies: [
.package(url: "https://github.com/swift-aws/aws-sdk-swift", from: "3.0.0"),
.package(url: "https://github.com/swift-aws/aws-sdk-swift", from: "4.0.0"),
],
targets: [
.target(
name: "MyAWSTool",
dependencies: ["CloudFront", "ELB", "ELBV2", "IAM"]),
dependencies: ["CloudFront", "ELB", "IAM", "S3"]),
.testTarget(
name: "MyAWSToolTests",
dependencies: ["MyAWSTool"]),
Expand Down

0 comments on commit 29d059a

Please sign in to comment.