Skip to content

Commit f004c44

Browse files
authored
Merge pull request #533 from stytchauth/recaptcha-update
Update Recaptcha
2 parents ac2e5d8 + 233b069 commit f004c44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/marmelroy/PhoneNumberKit", .exact("3.8.0")),
19-
.package(url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk", .exact("18.7.0")),
19+
.package(url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk", .upToNextMajor(from: "18.8.0-beta01")),
2020
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
2121
.package(url: "https://github.com/stytchauth/stytch-ios-dfp.git", from: "1.0.4"),
2222
],

Stytch/Stytch.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.

0 commit comments

Comments
 (0)