Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jul 19, 2019
1 parent 923ec6c commit 34825c3
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 @@ -194,7 +194,7 @@ let package = Package(
.library(name: "XRay", targets: ["XRay"])
],
dependencies: [
.package(url: "https://github.com/swift-aws/aws-sdk-appleos-core.git", .upToNextMajor(from:"0.2.2")),
.package(url: "https://github.com/swift-aws/aws-sdk-appleos-core.git", .upToNextMajor(from:"0.2.4")),
],
targets: [
.target(name: "ACM", dependencies: ["AWSSDKSwiftCore"], path: "./Sources/AWSSDKSwift/Services/ACM"),
Expand Down

0 comments on commit 34825c3

Please sign in to comment.