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

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