We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e78bb45 + db1c2d8 commit 354bb3fCopy full SHA for 354bb3f
1 file changed
IDEA/build.gradle.kts
@@ -41,7 +41,7 @@ kotlin {
41
42
dependencies {
43
intellijPlatform {
44
- intellijIdeaCommunity("2025.1.1")
+ intellijIdeaCommunity("2025.1.1.1")
45
46
bundledPlugins(listOf("com.intellij.java"))
47
@@ -68,10 +68,10 @@ intellijPlatform {
68
pluginConfiguration {
69
// ...
70
71
- version = "1.4.0.1"
+ version = "1.4.0.2"
72
73
ideaVersion {
74
- sinceBuild = "242.21829.142"
+ sinceBuild = "251.25410.129"
75
untilBuild = provider { null }
76
}
77
0 commit comments