Skip to content

Commit

Permalink
Update BitcoinCore.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
esen committed Apr 19, 2024
1 parent 7b9b6c0 commit fd52eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["Hodler"]),
],
dependencies: [
.package(url: "https://github.com/horizontalsystems/BitcoinCore.Swift.git", .upToNextMajor(from: "2.5.0")),
.package(url: "https://github.com/horizontalsystems/BitcoinCore.Swift.git", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/horizontalsystems/HsCryptoKit.Swift.git", .upToNextMajor(from: "1.2.1")),
],
targets: [
Expand Down

0 comments on commit fd52eda

Please sign in to comment.