Skip to content

Commit e589019

Browse files
committed
Kotlin: Use 2.2.20-Beta2 rather than 2.2.20-Beta1
1 parent 4ea6133 commit e589019

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ use_repo(
230230
"kotlin-compiler-2.1.0-Beta1",
231231
"kotlin-compiler-2.1.20-Beta1",
232232
"kotlin-compiler-2.2.0-Beta1",
233-
"kotlin-compiler-2.2.20-Beta1",
233+
"kotlin-compiler-2.2.20-Beta2",
234234
"kotlin-compiler-embeddable-1.6.0",
235235
"kotlin-compiler-embeddable-1.6.20",
236236
"kotlin-compiler-embeddable-1.7.0",
@@ -243,7 +243,7 @@ use_repo(
243243
"kotlin-compiler-embeddable-2.1.0-Beta1",
244244
"kotlin-compiler-embeddable-2.1.20-Beta1",
245245
"kotlin-compiler-embeddable-2.2.0-Beta1",
246-
"kotlin-compiler-embeddable-2.2.20-Beta1",
246+
"kotlin-compiler-embeddable-2.2.20-Beta2",
247247
"kotlin-stdlib-1.6.0",
248248
"kotlin-stdlib-1.6.20",
249249
"kotlin-stdlib-1.7.0",
@@ -256,7 +256,7 @@ use_repo(
256256
"kotlin-stdlib-2.1.0-Beta1",
257257
"kotlin-stdlib-2.1.20-Beta1",
258258
"kotlin-stdlib-2.2.0-Beta1",
259-
"kotlin-stdlib-2.2.20-Beta1",
259+
"kotlin-stdlib-2.2.20-Beta2",
260260
)
261261

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

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VERSIONS = [
1212
"2.1.0-Beta1",
1313
"2.1.20-Beta1",
1414
"2.2.0-Beta1",
15-
"2.2.20-Beta1",
15+
"2.2.20-Beta2",
1616
]
1717

1818
def _version_to_tuple(v):

0 commit comments

Comments
 (0)