From b989b775b41e76fbdcf401581dc73e792a6636df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 10 Feb 2019 10:18:58 +0100 Subject: [PATCH] Bump kotlin_version from 1.3.20 to 1.3.21 (#14) Bumps `kotlin_version` from 1.3.20 to 1.3.21. Updates `kotlin-gradle-plugin` from 1.3.20 to 1.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.20...v1.3.21) Updates `kotlin-stdlib` from 1.3.20 to 1.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.20...v1.3.21) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f420700..6b46cd0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.20' + ext.kotlin_version = '1.3.21' repositories { jcenter() mavenCentral()