From 79a1a4e0dcbed40a981d88321c7a5b52242b4181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Apr 2019 04:43:16 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.21 to 1.3.31 Bumps `kotlin_version` from 1.3.21 to 1.3.31. Updates `kotlin-gradle-plugin` from 1.3.21 to 1.3.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.21...v1.3.31) Updates `kotlin-stdlib` from 1.3.21 to 1.3.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.21...v1.3.31) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c20cb80..ac7139d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.21' + ext.kotlin_version = '1.3.31' repositories { jcenter() mavenCentral()