diff --git a/build.gradle.kts b/build.gradle.kts index 0b2bf24..41e738d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "de.pheerai" -version = "0.0.10-SNAPSHOT" +version = "0.0.11-SNAPSHOT" repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index d573364..c16f870 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official -coroutinesVersion=1.6.0 -kotlinVersion=1.6.10 +coroutinesVersion=1.6.1 +kotlinVersion=1.6.20