Bump breez-sdk snippet dependency to 0.2.12

This commit is contained in:
ok300
2024-01-20 17:20:03 +01:00
parent 89ab58f14e
commit 2f346df0f2
10 changed files with 20 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ kotlin {
}
val commonMain by getting {
dependencies {
implementation("technology.breez:breez-sdk-kmp:0.2.10")
implementation("technology.breez:breez-sdk-kmp:0.2.12")
}
}
}