Skip to content

Commit b3d14b9

Browse files
committed
update swift package deps, fix #221
1 parent e0c8424 commit b3d14b9

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: "3.1.0"),
13+
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0"),
1414
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4"),
1515
.package(url: "https://github.com/daltoniam/Starscream.git", from: "3.1.0"),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.0.0"),

0 commit comments

Comments
 (0)