Bump breez-sdk snippet dependency to 0.2.14

This commit is contained in:
ok300
2024-01-23 11:52:51 +01:00
parent 69ebd18b72
commit 0c40b26e92
12 changed files with 46 additions and 38 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/breez/breez-sdk-swift",
"state" : {
"revision" : "0a88fb63a3fb60da9f35e10228205178e3bd9a94",
"version" : "0.2.12"
"revision" : "756730450bcd7e82d89930a4fa24412059b93274",
"version" : "0.2.14"
}
},
{

View File

@@ -8,7 +8,7 @@ let package = Package(
platforms: [.macOS(.v13)],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.12")
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.14")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.