Updated BankingClient version to 0.7.0 and EpcQrCode version to 0.5.0

This commit is contained in:
dankito 2024-10-16 01:54:47 +02:00
parent f87375b8dd
commit e16d71a1fa
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
kotlin = "2.0.10" kotlin = "2.0.10"
kotlinx-coroutines = "1.8.1" kotlinx-coroutines = "1.8.1"
banking-client = "0.6.2-SNAPSHOT" banking-client = "0.7.0"
epcqrcode = "1.0.0-SNAPSHOT" epcqrcode = "0.5.0"
kcsv = "2.2.0" kcsv = "2.2.0"
kotlinx-serializable = "1.7.1" kotlinx-serializable = "1.7.1"