build: update Kotlin and dependency-updates plugin (#1094)

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-10 22:37:16 +05:30 committed by GitHub
parent 71fc2a396e
commit 9cb8551a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ buildscript {
}
plugins {
id("com.github.ben-manes.versions") version "0.30.0"
id("com.github.ben-manes.versions") version "0.31.0"
}
subprojects {

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
private const val KOTLIN_VERSION = "1.4.0"
private const val KOTLIN_VERSION = "1.4.10"
object Plugins {