File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111
111
bundledPlugin(" org.intellij.intelliLang" )
112
112
bundledPlugin(" com.intellij.properties" )
113
113
bundledPlugin(" Git4Idea" )
114
- bundledPlugin(" com.intellij.json" )
114
+ bundledPlugin(" com.intellij.modules. json" )
115
115
116
116
// Optional dependencies
117
117
bundledPlugin(" org.jetbrains.kotlin" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ licenser = "0.6.1"
9
9
changelog = " 2.2.0"
10
10
intellij-plugin = " 2.6.0"
11
11
intellij-plugin-repository-rest-client = " 2.0.46"
12
- intellij-ide = " 252.13776.59 -EAP-SNAPSHOT"
12
+ intellij-ide = " 252.19874.12 -EAP-SNAPSHOT"
13
13
idea-ext = " 1.1.10"
14
14
psiPlugin = " 251.175"
15
15
@@ -42,7 +42,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
42
42
grammarKit = " org.jetbrains.idea:grammar-kit:1.5.1"
43
43
44
44
# Gradle Tooling
45
- gradleToolingExtension = { module = " com.jetbrains.intellij.gradle:gradle-tooling-extension" , version = " 252.13776.59 -EAP-SNAPSHOT" }
45
+ gradleToolingExtension = { module = " com.jetbrains.intellij.gradle:gradle-tooling-extension" , version = " 252.19874.12 -EAP-SNAPSHOT" }
46
46
annotations = " org.jetbrains:annotations:24.0.0"
47
47
groovy = " org.codehaus.groovy:groovy:3.0.19"
48
48
Original file line number Diff line number Diff line change 26
26
<depends optional =" true" config-file =" mcdev-kotlin.xml" >org.jetbrains.kotlin</depends >
27
27
<depends >org.intellij.groovy</depends >
28
28
<depends >com.intellij.properties</depends >
29
- <depends >com.intellij.json</depends >
29
+ <depends >com.intellij.modules. json</depends >
30
30
<depends >ByteCodeViewer</depends >
31
31
<depends optional =" true" config-file =" mcdev-toml.xml" >org.toml.lang</depends >
32
32
<depends optional =" true" config-file =" mcdev-yaml.xml" >org.jetbrains.plugins.yaml</depends >
You can’t perform that action at this time.
0 commit comments