Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9cb8551

Browse files
authored
build: update Kotlin and dependency-updates plugin (#1094)
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 71fc2a3 commit 9cb8551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
plugins {
20-
id("com.github.ben-manes.versions") version "0.30.0"
20+
id("com.github.ben-manes.versions") version "0.31.0"
2121
}
2222

2323
subprojects {

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: GPL-3.0-only
44
*/
55

6-
private const val KOTLIN_VERSION = "1.4.0"
6+
private const val KOTLIN_VERSION = "1.4.10"
77

88
object Plugins {
99

0 commit comments

Comments
 (0)