Skip to content

Commit

Permalink
chore: Update to aws-crt-swift 0.15.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Oct 24, 2023
1 parent 818a5c7 commit e0b4f25
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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
],
dependencies: [
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.13.0"),
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.15.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", exact: "0.17.0")
],
Expand Down

0 comments on commit e0b4f25

Please sign in to comment.