Skip to content

Commit

Permalink
chore: Prepare for 243 bump (#6779)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Sep 23, 2024
1 parent 10afc8f commit 22ebc53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intellij_platform_sdk/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ INDIRECT_IJ_PRODUCTS = {
# -oss-stable and -oss-beta respectively.
"intellij-oss-oldest-stable": "intellij-2024.1",
"intellij-oss-latest-stable": "intellij-2024.2",
"intellij-oss-under-dev": "intellij-2024.2",
"intellij-oss-under-dev": "intellij-2024.3",
"intellij-ue-oss-oldest-stable": "intellij-ue-2024.1",
"intellij-ue-oss-latest-stable": "intellij-ue-2024.2",
"intellij-ue-oss-under-dev": "intellij-ue-2024.2",
"intellij-ue-oss-under-dev": "intellij-ue-2024.3",
"android-studio-oss-oldest-stable": "android-studio-2023.1",
"android-studio-oss-latest-stable": "android-studio-2023.2",
"android-studio-oss-under-dev": "android-studio-2023.2",
Expand Down
2 changes: 2 additions & 0 deletions third_party/devkit/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ java_library(
"intellij-ue-2024.1": ["@devkit_2024_1//:devkit"],
"intellij-2024.2": ["@devkit_2024_2//:devkit"],
"intellij-ue-2024.2": ["@devkit_2024_2//:devkit"],
"intellij-2024.3": ["@devkit_2024_3//:devkit"],
"intellij-ue-2024.3": ["@devkit_2024_3//:devkit"],
"default": [],
}),
)
Expand Down
1 change: 1 addition & 0 deletions third_party/toml/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ java_library(
exports = select_for_plugin_api({
"intellij-2024.1": ["@toml_2024_1//:toml"],
"intellij-2024.2": ["@toml_2024_2//:toml"],
"intellij-2024.3": ["@toml_2024_3//:toml"],
"default": [],
}),
)
Expand Down

0 comments on commit 22ebc53

Please sign in to comment.