Yet another update (Kt 1.6.20)
This commit is contained in:
parent
bb9b46e97e
commit
ae72d1cb3d
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "de.pheerai"
|
group = "de.pheerai"
|
||||||
version = "0.0.10-SNAPSHOT"
|
version = "0.0.11-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
||||||
coroutinesVersion=1.6.0
|
coroutinesVersion=1.6.1
|
||||||
kotlinVersion=1.6.10
|
kotlinVersion=1.6.20
|
||||||
|
|
Loading…
Reference in a new issue