Skip to content

Commit

Permalink
chore: Require smithy-swift 0.41.1 (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored May 2, 2024
1 parent 485501d commit 47922c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.41.0",
clientRuntimeVersion: "0.41.1",
crtVersion: "0.26.0"
)

Expand Down
2 changes: 1 addition & 1 deletion packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
<string>0.41.0</string>
<string>0.41.1</string>
</dict>
</plist>

0 comments on commit 47922c0

Please sign in to comment.