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 f0c6a23 commit 4e3bf7fCopy full SHA for 4e3bf7f
Package.swift
@@ -26,7 +26,7 @@ let package = Package(
26
// under the brew sandbox (when creating the bottle)
27
// see https://github.com/orgs/Homebrew/discussions/59
28
// .package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
29
- .package(url: "https://github.com/soto-project/soto.git", from: "7.10.0"),
+ .package(url: "https://github.com/soto-project/soto.git", from: "7.11.0"),
30
31
.package(url: "https://github.com/sebsto/CLIlib/", branch: "main"),
32
.package(url: "https://github.com/adam-fowler/swift-srp", from: "2.1.0"),
0 commit comments