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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-26 04:43:16 +00:00
parent e47cfe7d38
commit 79a1a4e0dc
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.31'
repositories {
jcenter()
mavenCentral()