build: update Kotlin and dependency-updates plugin (#1094)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
71fc2a396e
commit
9cb8551a90
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue