From ae72d1cb3db6a7fdd3b2d1f8e424e8fec377d1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Mon, 4 Apr 2022 20:25:56 +0200 Subject: [PATCH] Yet another update (Kt 1.6.20) --- build.gradle.kts | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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