Updated fints4k version
This commit is contained in:
parent
f64d3b103d
commit
ec519f77b5
|
@ -9,10 +9,6 @@ plugins {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
// TODO: remove again as soon as kmp-web-client is released
|
|
||||||
maven {
|
|
||||||
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,7 +79,7 @@ kotlin {
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":BankingClient"))
|
api(project(":BankingClient"))
|
||||||
|
|
||||||
api("net.codinux.banking:fints4k:1.0.0-Alpha-11-SNAPSHOT")
|
api("net.codinux.banking:fints4k:1.0.0-Alpha-11")
|
||||||
|
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime:$kotlinxDateTimeVersion")
|
api("org.jetbrains.kotlinx:kotlinx-datetime:$kotlinxDateTimeVersion")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue