Skip to content

Commit 84c9250

Browse files
committed
5.0.0 for BigInt
(#221 (comment))
1 parent da689f6 commit 84c9250

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.0"),
13+
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.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)