Skip to content

Commit eb8abed

Browse files
committed
Kotlin: Add 2.1.20-Beta1
1 parent 4ac98e3 commit eb8abed

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
@@ -217,6 +217,7 @@ use_repo(
217217
"kotlin-compiler-2.0.0-RC1",
218218
"kotlin-compiler-2.0.20-Beta2",
219219
"kotlin-compiler-2.1.0-Beta1",
220+
"kotlin-compiler-2.1.20-Beta1",
220221
"kotlin-compiler-embeddable-1.5.0",
221222
"kotlin-compiler-embeddable-1.5.10",
222223
"kotlin-compiler-embeddable-1.5.20",
@@ -231,6 +232,7 @@ use_repo(
231232
"kotlin-compiler-embeddable-2.0.0-RC1",
232233
"kotlin-compiler-embeddable-2.0.20-Beta2",
233234
"kotlin-compiler-embeddable-2.1.0-Beta1",
235+
"kotlin-compiler-embeddable-2.1.20-Beta1",
234236
"kotlin-stdlib-1.5.0",
235237
"kotlin-stdlib-1.5.10",
236238
"kotlin-stdlib-1.5.20",
@@ -245,6 +247,7 @@ use_repo(
245247
"kotlin-stdlib-2.0.0-RC1",
246248
"kotlin-stdlib-2.0.20-Beta2",
247249
"kotlin-stdlib-2.1.0-Beta1",
250+
"kotlin-stdlib-2.1.20-Beta1",
248251
)
249252

250253
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)