Skip to content

Commit 8e8f0f4

Browse files
committed
Require 0.4.1 of soto-smithy
1 parent 3ab569d commit 8e8f0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.plugin(name: "SotoCodeGeneratorPlugin", targets: ["SotoCodeGeneratorPlugin"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/soto-project/soto-smithy.git", from: "0.4.0"),
12+
.package(url: "https://github.com/soto-project/soto-smithy.git", from: "0.4.1"),
1313
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
1414
.package(url: "https://github.com/hummingbird-project/swift-mustache.git", from: "2.0.0-beta"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),

0 commit comments

Comments
 (0)