Skip to content

Commit

Permalink
Set correct toml plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed May 22, 2024
1 parent 81028fe commit f36a934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,9 @@ http_archive(
url = TOML_PLUGIN_241_URL,
)

TOML_PLUGIN_242_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/242.14494.150/org.toml.lang-242.14494.150.zip"
TOML_PLUGIN_242_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/org.toml.lang/242.10180.28/org.toml.lang-242.10180.28.zip"

TOML_PLUGIN_242_SHA = "f2ad603910c59b6f2b3623e52af9256f7b560ecf17f9f80b4fbc3060ee59aeee"
TOML_PLUGIN_242_SHA = "d45e970f39fa8c0bc4c07add494abb5474769acf647efa6c922dcaf76b0bbe15"

# TOML required by Python since 242.13688.18
http_archive(
Expand Down

0 comments on commit f36a934

Please sign in to comment.