Compare commits

...

1 commit

Author SHA1 Message Date
dependabot-preview[bot]
146f5605c8
Bump kotlin_version from 1.3.70 to 1.3.72
Bumps `kotlin_version` from 1.3.70 to 1.3.72.

Updates `kotlin-gradle-plugin` from 1.3.70 to 1.3.72
- [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.3.70...v1.3.72)

Updates `kotlin-stdlib` from 1.3.70 to 1.3.72
- [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.3.70...v1.3.72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 03:15:51 +00:00

View file

@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.3.70'
kotlin_version = '1.3.72'
mockito_version = '3.2.4'
}