Skip to content

Commit 4e798b3

Browse files
committed
Kotlin: Add 2.1.20-Beta1
1 parent ff328d6 commit 4e798b3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ use_repo(
218218
"kotlin-compiler-2.0.0-RC1",
219219
"kotlin-compiler-2.0.20-Beta2",
220220
"kotlin-compiler-2.1.0-Beta1",
221+
"kotlin-compiler-2.1.20-Beta1",
221222
"kotlin-compiler-embeddable-1.5.0",
222223
"kotlin-compiler-embeddable-1.5.10",
223224
"kotlin-compiler-embeddable-1.5.20",
@@ -232,6 +233,7 @@ use_repo(
232233
"kotlin-compiler-embeddable-2.0.0-RC1",
233234
"kotlin-compiler-embeddable-2.0.20-Beta2",
234235
"kotlin-compiler-embeddable-2.1.0-Beta1",
236+
"kotlin-compiler-embeddable-2.1.20-Beta1",
235237
"kotlin-stdlib-1.5.0",
236238
"kotlin-stdlib-1.5.10",
237239
"kotlin-stdlib-1.5.20",
@@ -246,6 +248,7 @@ use_repo(
246248
"kotlin-stdlib-2.0.0-RC1",
247249
"kotlin-stdlib-2.0.20-Beta2",
248250
"kotlin-stdlib-2.1.0-Beta1",
251+
"kotlin-stdlib-2.1.20-Beta1",
249252
)
250253

251254
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ VERSIONS = [
1414
"2.0.0-RC1",
1515
"2.0.20-Beta2",
1616
"2.1.0-Beta1",
17+
"2.1.20-Beta1",
1718
]
1819

1920
def _version_to_tuple(v):

0 commit comments

Comments
 (0)