Skip to content

Commit

Permalink
Update 3DS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Nov 19, 2024
1 parent fa7a8b5 commit 307b40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.3DS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.3.1")
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.0")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.3.1")
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.0")
],
targets: [
.target(
Expand Down

0 comments on commit 307b40b

Please sign in to comment.