We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a6f04 commit cf887fbCopy full SHA for cf887fb
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.library(name: "web3swift", targets: ["web3swift"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/attaswift/BigInt.git", from: "5.1"),
+ .package(url: "https://github.com/attaswift/BigInt.git", from: "5.2"),
14
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
15
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
16
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.0"),
0 commit comments