diff --git a/Package.resolved b/Package.resolved index 2eeca907..4a5caade 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,9 +32,9 @@ "package": "FetchNodeDetails", "repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift.git", "state": { - "branch": "sapphire", + "branch": null, "revision": "c7b4e5a65eb737c029acb2d1aff84854a618384d", - "version": null + "version": "5.0.0-alpha" } }, { diff --git a/Package.swift b/Package.swift index b68d1cff..2e3afc5b 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["TorusUtils"]) ], dependencies: [ - .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git",.branch("sapphire")), + .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git", .exact("5.0.0-alpha")), .package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git",from: "1.5.1"), .package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), .package(