Skip to content

Commit f56e695

Browse files
authored
2024.1 update: declare 2024.1 as stable (#6128)
1 parent 3963380 commit f56e695

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

intellij_platform_sdk/build_defs.bzl

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ INDIRECT_IJ_PRODUCTS = {
2424
# Indirect ij_product mapping for Bazel Plugin OSS
2525
# The old names for -oss-oldest-stable and -oss-latest-stable were
2626
# -oss-stable and -oss-beta respectively.
27-
"intellij-oss-oldest-stable": "intellij-2023.2",
28-
"intellij-oss-latest-stable": "intellij-2023.3",
27+
"intellij-oss-oldest-stable": "intellij-2023.3",
28+
"intellij-oss-latest-stable": "intellij-2024.1",
2929
"intellij-oss-under-dev": "intellij-2024.1",
30-
"intellij-ue-oss-oldest-stable": "intellij-ue-2023.2",
31-
"intellij-ue-oss-latest-stable": "intellij-ue-2023.3",
30+
"intellij-ue-oss-oldest-stable": "intellij-ue-2023.3",
31+
"intellij-ue-oss-latest-stable": "intellij-ue-2024.1",
3232
"intellij-ue-oss-under-dev": "intellij-ue-2024.1",
3333
"android-studio-oss-oldest-stable": "android-studio-2023.1",
3434
"android-studio-oss-latest-stable": "android-studio-2023.2",
3535
"android-studio-oss-under-dev": "android-studio-2023.2",
36-
"clion-oss-oldest-stable": "clion-2023.2",
37-
"clion-oss-latest-stable": "clion-2023.3",
36+
"clion-oss-oldest-stable": "clion-2023.3",
37+
"clion-oss-latest-stable": "clion-2024.1",
3838
"clion-oss-under-dev": "clion-2024.1",
3939
# Indirect ij_product mapping for Cloud Code Plugin OSS
4040
"intellij-cc-oldest-stable": "intellij-2022.3",

0 commit comments

Comments
 (0)