diff --git a/Package.swift b/Package.swift index 54fc12db..4fd93ff3 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "KukaiCoreSwift", targets: ["KukaiCoreSwift"]), ], dependencies: [ - .package(name: "KukaiCryptoSwift", url: "https://github.com/kukai-wallet/kukai-crypto-swift", from: "1.0.13" /*.branch("feature/")*/), + .package(name: "KukaiCryptoSwift", url: "https://github.com/kukai-wallet/kukai-crypto-swift", from: "1.0.14" /*.branch("feature/")*/), //.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.6.2"), .package(url: "https://github.com/simonmcl/Kingfisher.git", from: "1.0.0"), .package(name: "CustomAuth", url: "https://github.com/torusresearch/customauth-swift-sdk", from: "6.0.0"),