Skip to content

Commit 90311ee

Browse files
Merge remote-tracking branch 'MaksymVereshchaka/develop' into develop
2 parents a8f2c01 + 967dad6 commit 90311ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ let package = Package(
1212
.library(name: "web3swift", targets: ["web3swift"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")),
16-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1"))
15+
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
16+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
17+
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
1718
],
1819
targets: [
19-
.target(name: "secp256k1"),
2020
.target(
2121
name: "Web3Core",
2222
dependencies: ["BigInt", "secp256k1", "CryptoSwift"]

0 commit comments

Comments
 (0)