Skip to content

Commit bcf8405

Browse files
authored
chore: bump swift sdk and clientruntime version to support Swift 5.6 (#1698)
1 parent 0245bfa commit bcf8405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@ let package = Package(
316316
.package(
317317
name: "ClientRuntime",
318318
url: "https://github.com/awslabs/smithy-swift.git",
319-
.exact("0.1.3")
319+
.exact("0.1.4")
320320
),
321321
.package(
322322
name: "AWSSwiftSDK",
323323
url: "https://github.com/awslabs/aws-sdk-swift",
324-
.exact("0.1.3")
324+
.exact("0.1.4")
325325
),
326326
.package(
327327
name: "CwlPreconditionTesting",

0 commit comments

Comments
 (0)