From 07539e18d7fa5c86e335ae9badbd1ba87da99a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Feb 2019 20:11:43 +0100 Subject: [PATCH] Bump kotlin_version from 1.3.11 to 1.3.20 (#8) Bumps `kotlin_version` from 1.3.11 to 1.3.20. Updates `kotlin-gradle-plugin` from 1.3.11 to 1.3.20 - [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.11...v1.3.20) Updates `kotlin-stdlib` from 1.3.11 to 1.3.20 - [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.11...v1.3.20) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bee4ac..e77ec22 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.11' + ext.kotlin_version = '1.3.20' repositories { jcenter() mavenCentral()