1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 18:59:42 +02:00

Bump version_plugin_kotlin from 1.3.72 to 1.4.21

Bumps `version_plugin_kotlin` from 1.3.72 to 1.4.21.

Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.21)

Updates `kotlin-stdlib-jdk8` from 1.3.72 to 1.4.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-09 04:26:38 +00:00 committed by GitHub
parent ff62aa5a07
commit f58e0bc038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ import java.text.SimpleDateFormat
buildscript {
ext {
version_gradle_tools = "3.6.3"
version_plugin_kotlin = "1.3.72"
version_plugin_kotlin = "1.4.21"
enable_plugin_kotlin = false
version_compileSdk = 28