Skip to content

Commit

Permalink
Require 0.4.1 of soto-smithy
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 22, 2024
1 parent 3ab569d commit 8e8f0f4
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 @@ -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.0"),
.package(url: "https://github.com/soto-project/soto-smithy.git", from: "0.4.1"),
.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-beta"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
Expand Down

0 comments on commit 8e8f0f4

Please sign in to comment.