Skip to content

Commit c70abed

Browse files
committed
chore: update Amplify dependency for WebSocketSession changes
1 parent d2089c8 commit c70abed

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.42.1")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", branch: "fix/liveness-websocketsession-delegatequeue")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)