Skip to content

Commit

Permalink
Use soto-core 5.0.0-rc.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 23, 2020
1 parent 189f46c commit 48b9b57
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 @@ -259,7 +259,7 @@ let package = Package(
.library(name: "SotoXRay", targets: ["SotoXRay"])
],
dependencies: [
.package(url: "https://github.com/soto-project/soto-core.git", .upToNextMinor(from: "5.0.0-beta.3.0"))
.package(url: "https://github.com/soto-project/soto-core.git", .upToNextMinor(from: "5.0.0-rc.1.0"))
],
targets: [
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM"),
Expand Down

0 comments on commit 48b9b57

Please sign in to comment.