From b7308c85713c90bbab406ff9c633f24123babe75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 04:06:32 +0000 Subject: [PATCH] Bump kotlin-gradle-plugin from 1.4.10 to 1.5.0 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.4.10 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-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ac873b2..aa46bfbe 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { bugsnag : '5.1.0', detekt : '1.14.0', leakCanary : '2.4', - kotlin : '1.4.10', + kotlin : '1.5.0', kotlinx : [ coroutines: '1.3.9', ],