Updated KorIM to version 2.7.0 (version 3.x didn't work, cannot resolve all dependencies then)

This commit is contained in:
dankito 2023-04-11 01:04:46 +02:00
parent 6cc449a003
commit d94fb9e88b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api("com.soywiz.korlibs.korim:korim:2.6.2")
api("com.soywiz.korlibs.korim:korim:2.7.0")
}
}
val commonTest by getting {