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 ae7f4f2 commit baa8248Copy full SHA for baa8248
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ intelliJ = "221.6008.13" # Electric Eel (2022.1.1) RC 1 (see https://plugins.jet
4
5
[libraries]
6
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "2.2.0" }
7
-grammarKitPlugin = { module = "org.jetbrains.intellij.plugins:gradle-grammarkit-plugin", version = "2023.3" }
+grammarKitPlugin = { module = "org.jetbrains.intellij.plugins:gradle-grammarkit-plugin", version = "2023.3.0.1" }
8
intelliJ = { module = "com.jetbrains.intellij.platform:analysis-impl", version.ref = "intelliJ" }
9
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
10
0 commit comments