Skip to content

Commit

Permalink
Fixed "unstable" dependency error in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Nov 10, 2021
1 parent f714267 commit 85a95cf
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 @@ -14,7 +14,7 @@ let package = Package(
targets: ["WultraPowerAuthNetworking"])
],
dependencies: [
.package(name: "PowerAuth2", url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .branch("develop"))
.package(name: "PowerAuth2", url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.6.2"))
],
targets: [
.target(
Expand Down

0 comments on commit 85a95cf

Please sign in to comment.