Skip to content

Commit a00e8fa

Browse files
committed
update amplify dependency
1 parent 52c8970 commit a00e8fa

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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

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

Package.resolved

Lines changed: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
// TODO: Change this before merge to main
17-
.package(url: "https://github.com/aws-amplify/amplify-swift", branch: "feat/no-light-support")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.49.0")
1817
],
1918
targets: [
2019
.target(

0 commit comments

Comments
 (0)