Update kotlin & coroutines
This commit is contained in:
parent
87c32aaf6a
commit
c956a17247
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "de.pheerai"
|
||||
version = "0.0.8-SNAPSHOT"
|
||||
version = "0.0.9-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
kotlin.code.style=official
|
||||
|
||||
coroutinesVersion=1.6.0-RC
|
||||
kotlinVersion=1.6.0
|
||||
coroutinesVersion=1.6.0
|
||||
kotlinVersion=1.6.10
|
||||
|
|
Loading…
Reference in a new issue