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

@@ -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.