Update kotlin & coroutines

This commit is contained in:
Oliver Rümpelein 2021-12-23 21:38:28 +01:00
parent 87c32aaf6a
commit c956a17247
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ plugins {
} }
group = "de.pheerai" group = "de.pheerai"
version = "0.0.8-SNAPSHOT" version = "0.0.9-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()

View file

@ -1,4 +1,4 @@
kotlin.code.style=official kotlin.code.style=official
coroutinesVersion=1.6.0-RC coroutinesVersion=1.6.0
kotlinVersion=1.6.0 kotlinVersion=1.6.10