Skip to content

Commit

Permalink
Bump JetBrains IDEs (#6288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Mar 18, 2024
1 parent 9677796 commit 5cfa0ff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ java_import(
)
"""

DEVKIT_233_SHA = "c60b453a9a56b01cf8e80372b4e02458fa1ce98957301a9bf7022597c7645a12"
DEVKIT_233_SHA = "225165191a515ac97c30dad96889d80c88129ce6bf069b9401da6a4c04a123b4"

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

http_archive(
name = "devkit_2023_3",
Expand All @@ -287,9 +287,9 @@ http_archive(
url = DEVKIT_233_URL,
)

DEVKIT_241_SHA = "06b6a8a22d4f213a3738ebcbf61e34231d74500ba6395eaefea3a0f0dc334f82"
DEVKIT_241_SHA = "8a886ef1f1b2c68ad5352bf503551cea1d2c1c61d76ffc2c875c229674a69cde"

DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.14494.28/DevKit-241.14494.28.zip"
DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.14494.120/DevKit-241.14494.120.zip"

http_archive(
name = "devkit_2024_1",
Expand Down Expand Up @@ -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.14494.17/PythonCore-241.14494.17.zip"
PYTHON_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/241.14494.127/PythonCore-241.14494.127.zip"

PYTHON_PLUGIN_241_SHA = "8968103ab11eb798d8960a61735513b562745f2ccf2ee04e0ec3eefac7162513"
PYTHON_PLUGIN_241_SHA = "41d941d9198078df72583297ca643c2c465a58fa478beda595e18f79fccb7dca"

http_archive(
name = "python_2024_1",
Expand Down Expand Up @@ -503,9 +503,9 @@ http_archive(
url = GO_PLUGIN_233_URL,
)

GO_PLUGIN_241_SHA = "50a29dd4ceaf55444128aea82297e126658709b3cb5fae5ba93fb2aab7a48a78"
GO_PLUGIN_241_SHA = "b43ac565ce70fd68f502446ecec9546ddf748a77ac0df8d76a1c67213b354661"

GO_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/241.14494.17/org.jetbrains.plugins.go-241.14494.17.zip"
GO_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.jetbrains.plugins.go/241.14494.127/org.jetbrains.plugins.go-241.14494.127.zip"

http_archive(
name = "go_2024_1",
Expand Down Expand Up @@ -582,9 +582,9 @@ http_archive(
url = SCALA_PLUGIN_232_URL,
)

SCALA_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2023.3.27/org.intellij.scala-2023.3.27.zip"
SCALA_PLUGIN_233_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2023.3.28/org.intellij.scala-2023.3.28.zip"

SCALA_PLUGIN_233_SHA = "17e4a9861353993e9ea780d40e64b91a18923d96f74d127b447961ab7fc1c0d6"
SCALA_PLUGIN_233_SHA = "97f8cfb950a05764e00b508b9ea440eead2414d47d43f5408cd03fcbfeb1f569"

http_archive(
name = "scala_2023_3",
Expand All @@ -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.9/org.intellij.scala-2024.1.9.zip"
SCALA_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.1.11/org.intellij.scala-2024.1.11.zip"

SCALA_PLUGIN_241_SHA = "230667a93592d36f7db39cae20b4b4dc6e5d9944c7b8ec33c74b953004742325"
SCALA_PLUGIN_241_SHA = "e74febc21300db05f3697d55d79b017d80f7278a584d3bceebf07f1c8caf1d13"

http_archive(
name = "scala_2024_1",
Expand Down

0 comments on commit 5cfa0ff

Please sign in to comment.