Kotlin: remove obsolete 1.4.32 version

This commit is contained in:
Paolo Tranquilli
2024-04-04 15:49:37 +02:00
parent 5d6baea174
commit 3a0a219ce7
5 changed files with 0 additions and 13 deletions

View File

@@ -63,7 +63,6 @@ use_repo(
kotlin_extractor_deps,
"codeql_kotlin_defaults",
"codeql_kotlin_embeddable",
"kotlin-compiler-1.4.32",
"kotlin-compiler-1.5.0",
"kotlin-compiler-1.5.10",
"kotlin-compiler-1.5.20",
@@ -77,7 +76,6 @@ use_repo(
"kotlin-compiler-1.9.20-Beta",
"kotlin-compiler-2.0.0-Beta4",
"kotlin-compiler-2.0.255-SNAPSHOT",
"kotlin-compiler-embeddable-1.4.32",
"kotlin-compiler-embeddable-1.5.0",
"kotlin-compiler-embeddable-1.5.10",
"kotlin-compiler-embeddable-1.5.20",
@@ -91,7 +89,6 @@ use_repo(
"kotlin-compiler-embeddable-1.9.20-Beta",
"kotlin-compiler-embeddable-2.0.0-Beta4",
"kotlin-compiler-embeddable-2.0.255-SNAPSHOT",
"kotlin-stdlib-1.4.32",
"kotlin-stdlib-1.5.0",
"kotlin-stdlib-1.5.10",
"kotlin-stdlib-1.5.20",

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,5 @@
# when updating this list, `bazel mod tidy` should be run from `codeql` to update `MODULE.bazel`
VERSIONS = [
"1.4.32",
"1.5.0",
"1.5.10",
"1.5.20",