diff --git a/Package.swift b/Package.swift index faf66d529..214ac2019 100755 --- a/Package.swift +++ b/Package.swift @@ -20,8 +20,8 @@ let package = Package( .library(name: "web3swift", targets: ["web3swift"]) ], dependencies: [ - .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(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")) ], targets: [ .target(name: "secp256k1"),