We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f193084 commit 5a03c35Copy full SHA for 5a03c35
MODULE.bazel
@@ -128,6 +128,7 @@ use_repo(
128
"kotlin-compiler-1.9.20-Beta",
129
"kotlin-compiler-2.0.0-RC1",
130
"kotlin-compiler-2.0.20-Beta2",
131
+ "kotlin-compiler-2.1.0-Beta1",
132
"kotlin-compiler-embeddable-1.5.0",
133
"kotlin-compiler-embeddable-1.5.10",
134
"kotlin-compiler-embeddable-1.5.20",
@@ -141,6 +142,7 @@ use_repo(
141
142
"kotlin-compiler-embeddable-1.9.20-Beta",
143
"kotlin-compiler-embeddable-2.0.0-RC1",
144
"kotlin-compiler-embeddable-2.0.20-Beta2",
145
+ "kotlin-compiler-embeddable-2.1.0-Beta1",
146
"kotlin-stdlib-1.5.0",
147
"kotlin-stdlib-1.5.10",
148
"kotlin-stdlib-1.5.20",
@@ -154,6 +156,7 @@ use_repo(
154
156
"kotlin-stdlib-1.9.20-Beta",
155
157
"kotlin-stdlib-2.0.0-RC1",
158
"kotlin-stdlib-2.0.20-Beta2",
159
+ "kotlin-stdlib-2.1.0-Beta1",
160
)
161
162
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
java/kotlin-extractor/versions.bzl
@@ -13,6 +13,7 @@ VERSIONS = [
13
"1.9.20-Beta",
14
"2.0.0-RC1",
15
"2.0.20-Beta2",
16
+ "2.1.0-Beta1",
17
]
18
19
def _version_to_tuple(v):
0 commit comments