Skip to content

Commit 8703c00

Browse files
committed
Fix json plugin version to 253.25908.13 for 2025.3
1 parent 940e8d3 commit 8703c00

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object IdeVersions {
172172
"org.toml.lang:253.25908.29",
173173
"PythonCore:253.25908.13",
174174
"Docker:253.25908.29",
175-
"com.intellij.modules.json:253.520.21"
175+
"com.intellij.modules.json:253.25908.13"
176176
)
177177
),
178178
ultimate = ProductProfile(
@@ -186,7 +186,7 @@ object IdeVersions {
186186
// "com.jetbrains.codeWithMe", // TODO: add back when available in 2025.3
187187
"Pythonid:253.25908.13",
188188
"org.jetbrains.plugins.go:253.25908.13",
189-
"com.intellij.modules.json:253.520.21"
189+
"com.intellij.modules.json:253.25908.13"
190190
)
191191
),
192192
rider = RiderProfile(

0 commit comments

Comments
 (0)