Skip to content

Commit c8b1efd

Browse files
committed
Kotlin: Add 2.1.20-Beta1
1 parent 0ac81c7 commit c8b1efd

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
@@ -151,6 +151,7 @@ use_repo(
151151
"kotlin-compiler-2.0.0-RC1",
152152
"kotlin-compiler-2.0.20-Beta2",
153153
"kotlin-compiler-2.1.0-Beta1",
154+
"kotlin-compiler-2.1.20-Beta1",
154155
"kotlin-compiler-embeddable-1.5.0",
155156
"kotlin-compiler-embeddable-1.5.10",
156157
"kotlin-compiler-embeddable-1.5.20",
@@ -165,6 +166,7 @@ use_repo(
165166
"kotlin-compiler-embeddable-2.0.0-RC1",
166167
"kotlin-compiler-embeddable-2.0.20-Beta2",
167168
"kotlin-compiler-embeddable-2.1.0-Beta1",
169+
"kotlin-compiler-embeddable-2.1.20-Beta1",
168170
"kotlin-stdlib-1.5.0",
169171
"kotlin-stdlib-1.5.10",
170172
"kotlin-stdlib-1.5.20",
@@ -179,6 +181,7 @@ use_repo(
179181
"kotlin-stdlib-2.0.0-RC1",
180182
"kotlin-stdlib-2.0.20-Beta2",
181183
"kotlin-stdlib-2.1.0-Beta1",
184+
"kotlin-stdlib-2.1.20-Beta1",
182185
)
183186

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