Skip to content

Commit

Permalink
Using v0.4.6 of soto-smithy
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 24, 2025
1 parent 702b964 commit c0aa652
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.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"),
Expand Down

0 comments on commit c0aa652

Please sign in to comment.