Yet another update (Kt 1.6.20)

This commit is contained in:
Oliver Rümpelein 2022-04-04 20:25:56 +02:00
parent bb9b46e97e
commit ae72d1cb3d
2 changed files with 3 additions and 3 deletions

View file

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

View file

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