Skip to content

Commit

Permalink
fix: dependency urls
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Sep 20, 2023
1 parent 02707f0 commit a173a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a173a64

Please sign in to comment.