We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d15aa commit 06161a7Copy full SHA for 06161a7
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
],
19
dependencies: [
20
.package(url: "https://github.com/FunctionCalling/FunctionCalling", from: "0.5.0"),
21
- .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.5.56")
+ .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.5.57")
22
23
targets: [
24
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments