Skip to content

Commit

Permalink
Bump JetBrains plugins (#6515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Jun 25, 2024
1 parent 33027c7 commit 3c63e97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ http_archive(
url = DEVKIT_233_URL,
)

DEVKIT_241_SHA = "fb5ed32868dc200dae99539811661ce6033ae109c0fc8777f5cacda82c188d68"
DEVKIT_241_SHA = "1a5f6f7b51dc757a598890a66b130b9b101207924687f84b000b269ddec9fe6c"

DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.18034.61/DevKit-241.18034.61.zip"
DEVKIT_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/DevKit/241.18034.69/DevKit-241.18034.69.zip"

http_archive(
name = "devkit_2024_1",
Expand Down Expand Up @@ -667,9 +667,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.21/org.intellij.scala-2024.1.21.zip"
SCALA_PLUGIN_241_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.1.24/org.intellij.scala-2024.1.24.zip"

SCALA_PLUGIN_241_SHA = "2fe164ca781715c9d94d7904b7f4bdb03d8020e6ea922be631222c4493c3294b"
SCALA_PLUGIN_241_SHA = "76a63b684800df7f393308c8ae4b1b997dced0a926a22051e284a0b4a4be3fe5"

http_archive(
name = "scala_2024_1",
Expand All @@ -678,9 +678,9 @@ http_archive(
url = SCALA_PLUGIN_241_URL,
)

SCALA_PLUGIN_242_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.2.6/org.intellij.scala-2024.2.6.zip"
SCALA_PLUGIN_242_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2024.2.7/org.intellij.scala-2024.2.7.zip"

SCALA_PLUGIN_242_SHA = "07557b8c0f49feb7fb9c7b85eb2d021cae5783382bf3231e0bd768e7493f52ba"
SCALA_PLUGIN_242_SHA = "113d08c62bf1f683cdb298a8318cb2eaaec784955fcc788eefc735602973a1d5"

http_archive(
name = "scala_2024_2",
Expand Down

0 comments on commit 3c63e97

Please sign in to comment.