Skip to content

Commit

Permalink
Updated Package.swift
Browse files Browse the repository at this point in the history
Updated to newer version of BigInt.
older version was outdated, upgraded to 5.2.0
  • Loading branch information
varunlohade authored Oct 9, 2023
1 parent 6c3630a commit 98e390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "web3-zksync.swift", targets: ["web3-zksync"])
],
dependencies: [
.package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.0.0"),
.package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.2.0"),
.package(name: "GenericJSON", url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMajor(from: "0.6.0")),
.package(url: "https://github.com/vapor/websocket-kit.git", from: "2.0.0"),
Expand Down

0 comments on commit 98e390e

Please sign in to comment.