Skip to content

Commit

Permalink
Use from rather than exact for PhoneNumberKit
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Jul 2, 2024
1 parent b4fd428 commit 9baeed7
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 @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/marmelroy/PhoneNumberKit.git",
exact: "3.5.9"),
from: "3.5.9"),
.package(
url: "https://github.com/checkout/checkout-risk-sdk-ios.git",
exact: "3.0.2"),
Expand Down

0 comments on commit 9baeed7

Please sign in to comment.