Skip to content

Commit 9765195

Browse files
authored
Update platform versions for IJwB (#7891)
1 parent aa2f591 commit 9765195

File tree

3 files changed

+1116
-43
lines changed

3 files changed

+1116
-43
lines changed

MODULE.bazel

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ http_archive(
199199
)
200200

201201
# The plugin api for intellij_ce_2025_2. This is required to build IJwB and run integration tests.
202-
IC_252_SHA = "021015293706ebe45624215fcad59269a0852e6251d00c277396cf64b2b3c108"
202+
IC_252_SHA = "0252165d9dd558b0b06f7cfbc3f20b61c119d72eb318b03ea336f10eee47f90e"
203203

204-
IC_252_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/252.23892.248-EAP-SNAPSHOT/ideaIC-252.23892.248-EAP-SNAPSHOT.zip"
204+
IC_252_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/252.26199.74-EAP-SNAPSHOT/ideaIC-252.26199.74-EAP-SNAPSHOT.zip"
205205

206206
http_archive(
207207
name = "intellij_ce_2025_2",
@@ -223,9 +223,9 @@ http_archive(
223223
)
224224

225225
# The plugin api for intellij_ce_2025_2. This is required to build IJwB and run integration tests.
226-
IU_252_SHA = "25e5cd4246afab86913b4c3377cf62ffdd85a8484df1e04c47faf57baf97dc03"
226+
IU_252_SHA = "6a08609965a8b8f65ec8fbd3f88dc49877957ab270c0ce584d39ea7705e97e3a"
227227

228-
IU_252_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/252.23892.248-EAP-SNAPSHOT/ideaIU-252.23892.248-EAP-SNAPSHOT.zip"
228+
IU_252_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/252.26199.74-EAP-SNAPSHOT/ideaIU-252.26199.74-EAP-SNAPSHOT.zip"
229229

230230
http_archive(
231231
name = "intellij_ue_2025_2",
@@ -275,9 +275,9 @@ http_archive(
275275
url = DEVKIT_251_URL,
276276
)
277277

278-
DEVKIT_252_SHA = "e237df12b6d2522364c0109519ef6c1cf64df349642eb383f1144a4871f43172"
278+
DEVKIT_252_SHA = "90082e99b08e5f2e96fe988afe86210864ec943c5e53e91f0be5ed69da913640"
279279

280-
DEVKIT_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/252.23892.248/DevKit-252.23892.248.zip"
280+
DEVKIT_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/252.26199.74/DevKit-252.26199.74.zip"
281281

282282
http_archive(
283283
name = "devkit_2025_2",
@@ -310,9 +310,9 @@ http_archive(
310310
url = PYTHON_PLUGIN_251_URL,
311311
)
312312

313-
PYTHON_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/252.23892.248/PythonCore-252.23892.248.zip"
313+
PYTHON_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/252.26199.74/PythonCore-252.26199.74.zip"
314314

315-
PYTHON_PLUGIN_252_SHA = "b5d402d7d73c004a7fa3811caf373c9e24cecf328cfb934718fbe0bac61fa06c"
315+
PYTHON_PLUGIN_252_SHA = "9f9351829b8b151e4f3ddc3e7336385e31a9fad35c4742ec8507cf8fcaa0b1b1"
316316

317317
http_archive(
318318
name = "python_2025_2",
@@ -340,9 +340,9 @@ http_archive(
340340
url = GO_PLUGIN_251_URL,
341341
)
342342

343-
GO_PLUGIN_252_SHA = "4f805bbe5bf8f8379a95958d441c62ff102173759f900546e9a1586b85d081a8"
343+
GO_PLUGIN_252_SHA = "81c57ca172bc30a56b32616e43d6753a8eb246f25c68a78e4521d6238e69f267"
344344

345-
GO_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/252.23892.248/org.jetbrains.plugins.go-252.23892.248.zip"
345+
GO_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/252.26199.74/org.jetbrains.plugins.go-252.26199.74.zip"
346346

347347
http_archive(
348348
name = "go_2025_2",
@@ -370,9 +370,9 @@ http_archive(
370370
url = SCALA_PLUGIN_251_URL,
371371
)
372372

373-
SCALA_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2025.2.19/org.intellij.scala-2025.2.19.zip"
373+
SCALA_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2025.2.29/org.intellij.scala-2025.2.29.zip"
374374

375-
SCALA_PLUGIN_252_SHA = "486efcbd5e35f369fdb187cb432a0bfdf5abcf25e040dc67f9dd3975636caf85"
375+
SCALA_PLUGIN_252_SHA = "6ebf09fdbd12454e2df5bfd3bf908c8935ad9f83130114930c7a35587bc0609e"
376376

377377
http_archive(
378378
name = "scala_2025_2",
@@ -400,9 +400,9 @@ http_archive(
400400
url = TOML_PLUGIN_251_URL,
401401
)
402402

403-
TOML_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/252.23892.253/org.toml.lang-252.23892.253.zip"
403+
TOML_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/252.26199.83/org.toml.lang-252.26199.83.zip"
404404

405-
TOML_PLUGIN_252_SHA = "d927b6b8dd6ce2239c71d5001303eb6dd9d05e581cd2f09cb75416cb60334ce8"
405+
TOML_PLUGIN_252_SHA = "d6e9be634d7dc06e93be8770402523be04538ba31b2be992fc8a80c451ea3c6d"
406406

407407
http_archive(
408408
name = "toml_2025_2",

0 commit comments

Comments
 (0)