Compare commits

..

3 Commits

Author SHA1 Message Date
dankito f1981dc5f0 Bumped version to 0.7.1-SNAPSHOT 2024-10-16 01:54:01 +02:00
dankito dbccc93981 Bumped verion to 0.7.0 2024-10-16 01:46:08 +02:00
dankito 2245806d12 Updated fints4k version to 1.0.0-Alpha-15 2024-10-16 01:40:10 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ kotlin {
dependencies {
api(project(":BankingClient"))
implementation("net.codinux.banking:fints4k:1.0.0-Alpha-15-SNAPSHOT")
implementation("net.codinux.banking:fints4k:1.0.0-Alpha-15")
api("org.jetbrains.kotlinx:kotlinx-datetime:$kotlinxDateTimeVersion")
}

View File

@ -12,7 +12,7 @@ buildscript {
allprojects {
group = "net.codinux.banking.client"
version = "0.6.2-SNAPSHOT"
version = "0.7.1-SNAPSHOT"
repositories {
mavenCentral()