From c0aa652cf8ef7d357904775282bb7ee135cdf62b Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Fri, 24 Jan 2025 11:21:25 +0100 Subject: [PATCH] Using v0.4.6 of soto-smithy --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3886b62..1e1f908 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .plugin(name: "SotoCodeGeneratorPlugin", targets: ["SotoCodeGeneratorPlugin"]), ], dependencies: [ - .package(url: "https://github.com/soto-project/soto-smithy.git", from: "0.4.3"), + .package(url: "https://github.com/soto-project/soto-smithy.git", from: "0.4.6"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"), .package(url: "https://github.com/hummingbird-project/swift-mustache.git", from: "2.0.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),