From a8f4424c712d4c8b217b19ff312ce496e46148c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Sep 2018 21:12:52 +0000 Subject: [PATCH] build(deps): bump kotlin_version from 1.2.70 to 1.2.71 Bumps `kotlin_version` from 1.2.70 to 1.2.71. Updates `kotlin-gradle-plugin` from 1.2.70 to 1.2.71 - [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.2.70...v1.2.71) Updates `kotlin-stdlib-jdk7` from 1.2.70 to 1.2.71 - [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.2.70...v1.2.71) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b26071833..cbf7c82a7d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.70' + ext.kotlin_version = '1.2.71' repositories { google()