diff --git a/WORKSPACE.bzlmod b/WORKSPACE.bzlmod index 9409b513cb7..57117180470 100644 --- a/WORKSPACE.bzlmod +++ b/WORKSPACE.bzlmod @@ -84,9 +84,9 @@ http_archive( ) # The plugin api for intellij_ce_2024_1. This is required to build IJwB and run integration tests. -IC_241_SHA = "3abe7fa16f869f6d4e38ed4a81f7a9e5847f2d721f0b6b25976bff6c06d65779" +IC_241_SHA = "c5edef29e23312c646c4bad41c7630105c12d31d25c39e4eaa791acbda644913" -IC_241_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/241.13688.18-EAP-SNAPSHOT/ideaIC-241.13688.18-EAP-SNAPSHOT.zip" +IC_241_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/241.14024.14-EAP-SNAPSHOT/ideaIC-241.14024.14-EAP-SNAPSHOT.zip" http_archive( name = "intellij_ce_2024_1", @@ -171,9 +171,9 @@ http_archive( url = IU_233_URL, ) -IU_241_SHA = "20c0a004deb469b6be1434ee657c3ec46e4be3756d91f834108b13dcbab63da4" +IU_241_SHA = "a8084d1d7968ebe6d3e1605dcdb6012531259ea0f5b67aefb99b976cc869e83d" -IU_241_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/241.13688.18-EAP-SNAPSHOT/ideaIU-241.13688.18-EAP-SNAPSHOT.zip" +IU_241_URL = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/241.14024.14-EAP-SNAPSHOT/ideaIU-241.14024.14-EAP-SNAPSHOT.zip" http_archive( name = "intellij_ue_2024_1", @@ -287,9 +287,9 @@ http_archive( url = DEVKIT_233_URL, ) -DEVKIT_241_SHA = "70bae35138b67f9d616b972ca92b8fc28cc4707f50ffb6518386a54f47175e0c" +DEVKIT_241_SHA = "7428b15e005fb722a5cea66d445415a63a4f4f23eff5501957bd3a81ea0161b5" -DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.13688.39/DevKit-241.13688.39.zip" +DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.14024.28/DevKit-241.14024.28.zip" http_archive( name = "devkit_2024_1", @@ -405,9 +405,9 @@ http_archive( url = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/232.9921.47/PythonCore-232.9921.47.zip", ) -PYTHON_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/241.13688.18/PythonCore-241.13688.18.zip" +PYTHON_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/241.14024.14/PythonCore-241.14024.14.zip" -PYTHON_PLUGIN_241_SHA = "1e0d0a3b10b6623ad8250fff5abc93ea95362c380d74c75344d8df5ed082ba28" +PYTHON_PLUGIN_241_SHA = "e321ab8b6c057970b00c621b844e10afe573daeb6df3ca9f9333448bf59fc7fe" http_archive( name = "python_2024_1", @@ -503,9 +503,9 @@ http_archive( url = GO_PLUGIN_233_URL, ) -GO_PLUGIN_241_SHA = "b3e544295766baa7307878a324826815396eff7c057cee79b9a58f1846b83c1d" +GO_PLUGIN_241_SHA = "2abe1071a4e97178d3313aa6d5dba71e060607c13a9fd6dc19f59d0204ec0ac2" -GO_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/241.13688.18/org.jetbrains.plugins.go-241.13688.18.zip" +GO_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/241.14024.14/org.jetbrains.plugins.go-241.14024.14.zip" http_archive( name = "go_2024_1", @@ -593,9 +593,9 @@ http_archive( url = SCALA_PLUGIN_233_URL, ) -SCALA_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.1.6/org.intellij.scala-2024.1.6.zip" +SCALA_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.1.7/org.intellij.scala-2024.1.7.zip" -SCALA_PLUGIN_241_SHA = "235c86e8dc44083e2df328f3d65c6123843b7af1c984c1b5c40b1b50927b5d9e" +SCALA_PLUGIN_241_SHA = "90aded0af2d29eb7e6f574974147df5de2aa589ff39a048bc3e2a29f361605de" http_archive( name = "scala_2024_1", @@ -612,9 +612,9 @@ java_import( ) """ -TOML_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/241.13688.21/org.toml.lang-241.13688.21.zip" +TOML_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/241.14024.10/org.toml.lang-241.14024.10.zip" -TOML_PLUGIN_241_SHA = "d9fd7d36bbbcf985095d0b38301e966bdd9ff391c09a4a4987220cd8cbbb05a2" +TOML_PLUGIN_241_SHA = "53ce17fa2114187818d4623f66309bb8cbdfede397fee8c2fb6de84ba528a0ae" # TOML required by Python since 241.13688.18 http_archive(