Skip to content

Commit

Permalink
fix: fix dependency unstable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion authored Dec 3, 2024
1 parent ecf734d commit f0ed43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: ["ZkSync2"]),
],
dependencies: [
.package(url: "https://github.com/zksync-sdk/web3swift", .branch("zksync2-3.1.2")),
.package(url: "https://github.com/mxcl/PromiseKit", .exact("6.15.3")),
.package(url: "https://github.com/zksync-sdk/web3swift", .exact("3.1.2")),
.package(url: "https://github.com/mxcl/PromiseKit", .exact("6.16.2")),
.package(
url: "https://github.com/Alamofire/Alamofire.git",
from: "5.4.3"
Expand Down

0 comments on commit f0ed43d

Please sign in to comment.