mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add Kotlin 2.2.0-Beta1; drop Kotlin 1.5
This commit is contained in:
15
MODULE.bazel
15
MODULE.bazel
@@ -193,10 +193,6 @@ use_repo(
|
|||||||
kotlin_extractor_deps,
|
kotlin_extractor_deps,
|
||||||
"codeql_kotlin_defaults",
|
"codeql_kotlin_defaults",
|
||||||
"codeql_kotlin_embeddable",
|
"codeql_kotlin_embeddable",
|
||||||
"kotlin-compiler-1.5.0",
|
|
||||||
"kotlin-compiler-1.5.10",
|
|
||||||
"kotlin-compiler-1.5.20",
|
|
||||||
"kotlin-compiler-1.5.30",
|
|
||||||
"kotlin-compiler-1.6.0",
|
"kotlin-compiler-1.6.0",
|
||||||
"kotlin-compiler-1.6.20",
|
"kotlin-compiler-1.6.20",
|
||||||
"kotlin-compiler-1.7.0",
|
"kotlin-compiler-1.7.0",
|
||||||
@@ -208,10 +204,7 @@ use_repo(
|
|||||||
"kotlin-compiler-2.0.20-Beta2",
|
"kotlin-compiler-2.0.20-Beta2",
|
||||||
"kotlin-compiler-2.1.0-Beta1",
|
"kotlin-compiler-2.1.0-Beta1",
|
||||||
"kotlin-compiler-2.1.20-Beta1",
|
"kotlin-compiler-2.1.20-Beta1",
|
||||||
"kotlin-compiler-embeddable-1.5.0",
|
"kotlin-compiler-2.2.0-Beta1",
|
||||||
"kotlin-compiler-embeddable-1.5.10",
|
|
||||||
"kotlin-compiler-embeddable-1.5.20",
|
|
||||||
"kotlin-compiler-embeddable-1.5.30",
|
|
||||||
"kotlin-compiler-embeddable-1.6.0",
|
"kotlin-compiler-embeddable-1.6.0",
|
||||||
"kotlin-compiler-embeddable-1.6.20",
|
"kotlin-compiler-embeddable-1.6.20",
|
||||||
"kotlin-compiler-embeddable-1.7.0",
|
"kotlin-compiler-embeddable-1.7.0",
|
||||||
@@ -223,10 +216,7 @@ use_repo(
|
|||||||
"kotlin-compiler-embeddable-2.0.20-Beta2",
|
"kotlin-compiler-embeddable-2.0.20-Beta2",
|
||||||
"kotlin-compiler-embeddable-2.1.0-Beta1",
|
"kotlin-compiler-embeddable-2.1.0-Beta1",
|
||||||
"kotlin-compiler-embeddable-2.1.20-Beta1",
|
"kotlin-compiler-embeddable-2.1.20-Beta1",
|
||||||
"kotlin-stdlib-1.5.0",
|
"kotlin-compiler-embeddable-2.2.0-Beta1",
|
||||||
"kotlin-stdlib-1.5.10",
|
|
||||||
"kotlin-stdlib-1.5.20",
|
|
||||||
"kotlin-stdlib-1.5.30",
|
|
||||||
"kotlin-stdlib-1.6.0",
|
"kotlin-stdlib-1.6.0",
|
||||||
"kotlin-stdlib-1.6.20",
|
"kotlin-stdlib-1.6.20",
|
||||||
"kotlin-stdlib-1.7.0",
|
"kotlin-stdlib-1.7.0",
|
||||||
@@ -238,6 +228,7 @@ use_repo(
|
|||||||
"kotlin-stdlib-2.0.20-Beta2",
|
"kotlin-stdlib-2.0.20-Beta2",
|
||||||
"kotlin-stdlib-2.1.0-Beta1",
|
"kotlin-stdlib-2.1.0-Beta1",
|
||||||
"kotlin-stdlib-2.1.20-Beta1",
|
"kotlin-stdlib-2.1.20-Beta1",
|
||||||
|
"kotlin-stdlib-2.2.0-Beta1",
|
||||||
)
|
)
|
||||||
|
|
||||||
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
|
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
# when updating this list, `bazel mod tidy` should be run from `codeql` to update `MODULE.bazel`
|
# when updating this list, `bazel mod tidy` should be run from `codeql` to update `MODULE.bazel`
|
||||||
VERSIONS = [
|
VERSIONS = [
|
||||||
"1.5.0",
|
|
||||||
"1.5.10",
|
|
||||||
"1.5.20",
|
|
||||||
"1.5.30",
|
|
||||||
"1.6.0",
|
"1.6.0",
|
||||||
"1.6.20",
|
"1.6.20",
|
||||||
"1.7.0",
|
"1.7.0",
|
||||||
@@ -15,6 +11,7 @@ VERSIONS = [
|
|||||||
"2.0.20-Beta2",
|
"2.0.20-Beta2",
|
||||||
"2.1.0-Beta1",
|
"2.1.0-Beta1",
|
||||||
"2.1.20-Beta1",
|
"2.1.20-Beta1",
|
||||||
|
"2.2.0-Beta1",
|
||||||
]
|
]
|
||||||
|
|
||||||
def _version_to_tuple(v):
|
def _version_to_tuple(v):
|
||||||
|
|||||||
Reference in New Issue
Block a user