diff --git a/Package.swift b/Package.swift index 31ea70936..43ebb8b0a 100755 --- a/Package.swift +++ b/Package.swift @@ -12,11 +12,11 @@ let package = Package( .library(name: "web3swift", targets: ["web3swift"]) ], dependencies: [ - .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")), - .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1")) + .package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"), + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"), + .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")), ], targets: [ - .target(name: "secp256k1"), .target( name: "Web3Core", dependencies: ["BigInt", "secp256k1", "CryptoSwift"]