File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,25 @@ pluginRepositoryUrl = https://github.com/robotcodedev/robotcode4ij
7
7
pluginVersion = 1.1.0
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
- pluginSinceBuild = 243
11
- pluginUntilBuild = 251 .*
10
+ pluginSinceBuild = 251
11
+ pluginUntilBuild = 261 .*
12
12
13
13
14
14
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
15
15
platformType = PC
16
- platformVersion = 2024.3 .1
16
+ platformVersion = 2025 .1
17
17
18
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
19
19
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
20
- platformPlugins = com.redhat.devtools.lsp4ij:0.10.0
20
+ # platformPlugins = com.redhat.devtools.lsp4ij:0.13.0-20250501-072621@nightly
21
+ platformPlugins = com.redhat.devtools.lsp4ij:0.12.0
22
+
23
+
21
24
# Example: platformBundledPlugins = com.intellij.java
22
25
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
23
26
24
27
# Gradle Releases -> https://github.com/gradle/gradle/releases
25
- gradleVersion = 8.12
28
+ gradleVersion = 8.14
26
29
27
30
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
28
31
kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# libraries
3
- annotations = " 26.0.1 "
4
- kotlinxSerialization = " 1.7.3 "
3
+ annotations = " 26.0.2 "
4
+ kotlinxSerialization = " 1.8.1 "
5
5
junit = " 4.13.2"
6
6
lsp4j = " 0.21.1"
7
7
8
8
# plugins
9
9
changelog = " 2.2.1"
10
- intelliJPlatForm = " 2.2.1 "
10
+ intelliJPlatForm = " 2.5.0 "
11
11
kotlin = " 2.1.0"
12
12
kover = " 0.9.1"
13
13
@@ -55,5 +55,3 @@ version.ref = "kover"
55
55
[plugins .kotlinSerialization ]
56
56
id = " org.jetbrains.kotlin.plugin.serialization"
57
57
version.ref = " kotlin"
58
-
59
-
You can’t perform that action at this time.
0 commit comments