Skip to content

Commit

Permalink
Update Package.swift to point to soto-core
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 13, 2020
1 parent a771164 commit b402b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ let package = Package(
.library(name: "XRay", targets: ["XRay"]),
],
dependencies: [
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMinor(from: "4.7.0"))
.package(url: "https://github.com/soto-project/soto-core.git", .upToNextMinor(from: "4.7.0"))
],
targets: [
.target(name: "ACM", dependencies: ["AWSSDKSwiftCore"], path: "./Sources/AWSSDKSwift/Services/ACM"),
Expand Down

0 comments on commit b402b8a

Please sign in to comment.