Skip to content

Commit

Permalink
Use Soto v7
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 8, 2024
1 parent 48a9eea commit 22c101d
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 @@ -34,7 +34,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0-rc.1"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-beta.4"),
// for SRP
Expand Down

0 comments on commit 22c101d

Please sign in to comment.