Skip to content

Commit

Permalink
Use 5.0.0-alpha.4 release 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 ec44526 commit 0f5a40c
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.3.2"))
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMinor(from: "5.0.0-alpha.4"))
],
targets: [
.target(name: "AWSACM", dependencies: ["AWSSDKSwiftCore"], path: "./Sources/AWSSDKSwift/Services/ACM"),
Expand Down

0 comments on commit 0f5a40c

Please sign in to comment.