mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
Bump breez-sdk snippet dependency to 0.2.12
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/breez/breez-sdk-swift",
|
||||
"state" : {
|
||||
"revision" : "74402afba8218ff84a0f32d1bc0d4ddc7698f576",
|
||||
"version" : "0.2.10"
|
||||
"revision" : "0a88fb63a3fb60da9f35e10228205178e3bd9a94",
|
||||
"version" : "0.2.12"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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.10")
|
||||
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.12")
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
|
||||
Reference in New Issue
Block a user