Skip to content

Commit cf887fb

Browse files
committed
fixed big int version
1 parent 41a6f04 commit cf887fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "web3swift", targets: ["web3swift"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.1"),
13+
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.2"),
1414
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
1515
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.0"),

0 commit comments

Comments
 (0)