We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9797 commit 2ece598Copy full SHA for 2ece598
build.gradle.kts
@@ -23,7 +23,7 @@ println("pluginVersion=$version")
23
plugins {
24
kotlin("jvm") version "1.9.0"
25
id("org.jetbrains.intellij") version "1.16.0"
26
- id("org.jetbrains.grammarkit") version "2022.3.1"
+ id("org.jetbrains.grammarkit") version "2022.3.2"
27
}
28
29
allprojects {
0 commit comments