Skip to content

Commit

Permalink
Bump JetBrains IDEs (bazelbuild#6267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Mar 13, 2024
1 parent b7b5ac6 commit 9a23caf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ http_archive(
)

# The plugin api for intellij_ce_2023_2. This is required to build IJwB and run integration tests.
IC_233_SHA = "17aa8ed62ec5a898d3f16a48097de1da7f5835524117d1556a162f44901ab362"
IC_233_SHA = "ffa6c0f98bbf67286eefb8bfad0026029edcd334463fffc17f369d9a90156992"

IC_233_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2023.3.4/ideaIC-2023.3.4.zip"
IC_233_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2023.3.5/ideaIC-2023.3.5.zip"

http_archive(
name = "intellij_ce_2023_3",
Expand Down Expand Up @@ -160,9 +160,9 @@ http_archive(
url = IU_232_URL,
)

IU_233_SHA = "280214ea5295ac43b7aff07a5cc9eb39a985fe20926508dacd9236a54ae49876"
IU_233_SHA = "8ba41bcdb40d64c9257467fe4f7f999b666494cc10cdce8db894d91c0b16905d"

IU_233_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIU/2023.3.4/ideaIU-2023.3.4.zip"
IU_233_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIU/2023.3.5/ideaIU-2023.3.5.zip"

http_archive(
name = "intellij_ue_2023_3",
Expand Down Expand Up @@ -276,9 +276,9 @@ java_import(
)
"""

DEVKIT_233_SHA = "5f9148bc71f5929c53b86577d47db43072a3a75f705b9c1ddc59c32be928410a"
DEVKIT_233_SHA = "c60b453a9a56b01cf8e80372b4e02458fa1ce98957301a9bf7022597c7645a12"

DEVKIT_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/233.14475.56/DevKit-233.14475.56.zip"
DEVKIT_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/233.14808.21/DevKit-233.14808.21.zip"

http_archive(
name = "devkit_2023_3",
Expand Down Expand Up @@ -380,9 +380,9 @@ http_archive(
url = PYTHON_PLUGIN_232_URL,
)

PYTHON_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/233.14475.9/PythonCore-233.14475.9.zip"
PYTHON_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/233.14808.12/PythonCore-233.14808.12.zip"

PYTHON_PLUGIN_233_SHA = "3c473ca028ed5bb352fda2d9142671008ac4a77a4ccd29a2aac1e037df1daf55"
PYTHON_PLUGIN_233_SHA = "ce1c20372e558bc59076674eafc1a7fc55a3a3606116fd20f64032c02136091b"

http_archive(
name = "python_2023_3",
Expand Down Expand Up @@ -492,9 +492,9 @@ http_archive(
url = GO_PLUGIN_232_URL,
)

GO_PLUGIN_233_SHA = "5f03f7e88a816ed679051a1a2052b487aff3bc75c13575b7078e71a6e8e3a2c2"
GO_PLUGIN_233_SHA = "369c8acf0cc8a4dc28d2b859d389cd5a0375a14faba4a690ad91c57b2af7362e"

GO_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/233.14475.9/org.jetbrains.plugins.go-233.14475.9.zip"
GO_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/233.14808.21/org.jetbrains.plugins.go-233.14808.21.zip"

http_archive(
name = "go_2023_3",
Expand Down

0 comments on commit 9a23caf

Please sign in to comment.