Skip to content

Commit d900f95

Browse files
Update plugin org.jetbrains.intellij to v1.16.1
1 parent 53025f8 commit d900f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fun properties(key: String) = project.findProperty(key).toString()
55
plugins {
66
id("java")
77
id("org.jetbrains.kotlin.jvm") version "1.6.21"
8-
id("org.jetbrains.intellij") version "1.5.3"
8+
id("org.jetbrains.intellij") version "1.16.1"
99
}
1010
apply(plugin = "org.jetbrains.intellij")
1111
apply(plugin = "java")

0 commit comments

Comments
 (0)