Skip to content

Commit 4764eda

Browse files
authored
Merge branch 'master' into cleanup
2 parents c5c75a1 + 2ec1ffd commit 4764eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
id("java")
5-
id("org.jetbrains.kotlin.jvm") version "1.7.10"
5+
id("org.jetbrains.kotlin.jvm") version "1.9.22"
66
id("org.jetbrains.intellij") version "1.16.1"
7-
id("org.jetbrains.changelog") version "2.0.0"
7+
id("org.jetbrains.changelog") version "2.2.0"
88
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
99
// id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
1010
}

0 commit comments

Comments
 (0)