Update snippets to 0.2.10

This commit is contained in:
Ross Savage
2023-11-27 13:49:02 +01:00
parent 8074a59d1c
commit b65d2c0d85
8 changed files with 27 additions and 40 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/breez/breez-sdk-swift",
"state" : {
"revision" : "dcbb39d45bc6797447bf20f52bc22344026d0662",
"version" : "0.2.9"
"revision" : "74402afba8218ff84a0f32d1bc0d4ddc7698f576",
"version" : "0.2.10"
}
},
{

View File

@@ -8,7 +8,7 @@ let package = Package(
platforms: [.macOS(.v12)],
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.9")
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.10")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.