From edcb1eecf821c1b29a8cc9f5fdd0012cf5cf26b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:03:14 +0000 Subject: [PATCH] chore(deps): Bump kotlin_version from 1.4.32 to 1.5.0 Bumps `kotlin_version` from 1.4.32 to 1.5.0. Updates `kotlin-gradle-plugin` from 1.4.32 to 1.5.0 Updates `kotlin-stdlib-jdk8` from 1.4.32 to 1.5.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04b497b2..edd6cb94 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { ext.maoni_group = 'org.rm3l' ext.maoni_version = '9.1.0' - ext.kotlin_version = '1.4.32' + ext.kotlin_version = '1.5.0' ext.anko_version = '0.10.8' ext.aboutlibraries_version = '8.8.5'