Skip to content

Commit 626cf5e

Browse files
authored
Merge pull request #1814 from Haehnchen/feature/jetbrains-plugins
update "org.jetbrains.*" plugins
2 parents 0e897c9 + b09a5f4 commit 626cf5e

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
@@ -6,9 +6,9 @@ plugins {
66
// Java support
77
id("java")
88
// Kotlin support
9-
id("org.jetbrains.kotlin.jvm") version "1.6.10"
9+
id("org.jetbrains.kotlin.jvm") version "1.6.20"
1010
// Gradle IntelliJ Plugin
11-
id("org.jetbrains.intellij") version "1.4.0"
11+
id("org.jetbrains.intellij") version "1.5.2"
1212
// Gradle Changelog Plugin
1313
id("org.jetbrains.changelog") version "1.3.1"
1414
// Gradle Qodana Plugin

0 commit comments

Comments
 (0)