From 823330273d6c9cccab9e7112c3befed48857af83 Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Thu, 23 Sep 2021 09:53:12 +0200 Subject: [PATCH] Upgrade kotlin to 1.5.31 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8c272304..08ebb2fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - val kotlinVersion = "1.5.30" + val kotlinVersion = "1.5.31" repositories { google() mavenCentral()