Skip to content

Commit

Permalink
chore: Update to aws-crt-swift 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 24, 2023
1 parent 1b7cc13 commit be6b6dc
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 @@ -185,7 +185,7 @@ func addProtocolTests() {

addDependencies(
clientRuntimeVersion: "0.32.0",
crtVersion: "0.13.0"
crtVersion: "0.15.0"
)

let serviceTargets: [String] = [
Expand Down
2 changes: 1 addition & 1 deletion packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>awsCRTSwiftBranch</key>
<string>main</string>
<key>awsCRTSwiftVersion</key>
<string>0.13.0</string>
<string>0.15.0</string>
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
Expand Down

0 comments on commit be6b6dc

Please sign in to comment.