Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Sep 13, 2024
1 parent 68a370a commit c1184ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Web3Auth/session-manager-swift.git",
"state" : {
"revision" : "cad9cf59c2aaf062d80b6ad88e6d3ef2680b94ef",
"version" : "4.1.0"
"revision" : "b0e429712884059ff096ebfb7ef689d8bc95712b",
"version" : "5.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "6.0.3"),
.package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "9.0.1"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "4.1.0"),
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "5.0.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion SingleFactorAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |spec|
spec.dependency 'Torus-fetchNodeDetails', '~> 6.0.3'
spec.dependency 'curvelib.swift', '~> 1.0.1'
spec.dependency 'Torus-utils', '~> 9.0.1'
spec.dependency 'TorusSessionManager', '~> 4.1.0'
spec.dependency 'TorusSessionManager', '~> 5.0.0'
end

0 comments on commit c1184ac

Please sign in to comment.