diff --git a/Package.resolved b/Package.resolved index 55eaff13..fe9cc992 100644 --- a/Package.resolved +++ b/Package.resolved @@ -47,12 +47,12 @@ } }, { - "package": "secp256k1", - "repositoryURL": "https://github.com/GigaBitcoin/secp256k1.swift.git", + "package": "secp256k1.swift", + "repositoryURL": "https://github.com/GigaBitcoin/secp256k1.swift", "state": { "branch": null, - "revision": "1a14e189def5eaa92f839afdd2faad8e43b61a6e", - "version": "0.12.2" + "revision": "44f72619e63915ac85b5439ca9f3a91da916c468", + "version": "0.13.0" } }, { diff --git a/Package.swift b/Package.swift index 99518750..bd45ccb9 100644 --- a/Package.swift +++ b/Package.swift @@ -11,10 +11,10 @@ let package = Package( targets: ["TorusUtils"]) ], dependencies: [ - .package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift.git", from: "0.12.2"), - .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "5.0.0"), + .package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", from: "0.12.2"), + .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "5.0.0"), .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(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit", from: "4.0.0"), .package( name:"AnyCodable", url: "https://github.com/Flight-School/AnyCodable",