We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560290f commit b844d82Copy full SHA for b844d82
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
// under the brew sandbox (when creating the bottle)
25
// see https://github.com/orgs/Homebrew/discussions/59
26
// .package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
27
- .package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
+ .package(url: "https://github.com/soto-project/soto.git", from: "7.10.0"),
28
29
.package(url: "https://github.com/sebsto/CLIlib/", branch: "main"),
30
.package(url: "https://github.com/adam-fowler/swift-srp", from: "2.1.0"),
0 commit comments