Skip to content

Commit

Permalink
Using v5.0.0-alpha.3.2 of aws-sdk-swift-core
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed May 21, 2020
1 parent d963279 commit ec44526
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 @@ -244,7 +244,7 @@ let package = Package(
.library(name: "AWSXRay", targets: ["AWSXRay"])
],
dependencies: [
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMinor(from: "5.0.0-alpha.2"))
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMinor(from: "5.0.0-alpha.3.2"))
],
targets: [
.target(name: "AWSACM", dependencies: ["AWSSDKSwiftCore"], path: "./Sources/AWSSDKSwift/Services/ACM"),
Expand Down

0 comments on commit ec44526

Please sign in to comment.