From 7b204936427643e7e7662f7f9c79c2cc607422cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 20 Jun 2019 04:29:35 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.31 to 1.3.40 Bumps `kotlin_version` from 1.3.31 to 1.3.40. Updates `kotlin-gradle-plugin` from 1.3.31 to 1.3.40 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.40/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.40) Updates `kotlin-stdlib` from 1.3.31 to 1.3.40 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.40/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.40) 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 ef03671..4ac6bcf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.31' + ext.kotlin_version = '1.3.40' repositories { jcenter() mavenCentral()