Skip to content

Commit 06cc74f

Browse files
committed
Kotlin: Switch from 2.0.20-Beta1 to -Beta2
1 parent adaeb01 commit 06cc74f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ use_repo(
112112
"kotlin-compiler-1.9.0-Beta",
113113
"kotlin-compiler-1.9.20-Beta",
114114
"kotlin-compiler-2.0.0-RC1",
115-
"kotlin-compiler-2.0.20-Beta1",
115+
"kotlin-compiler-2.0.20-Beta2",
116116
"kotlin-compiler-embeddable-1.5.0",
117117
"kotlin-compiler-embeddable-1.5.10",
118118
"kotlin-compiler-embeddable-1.5.20",
@@ -125,7 +125,7 @@ use_repo(
125125
"kotlin-compiler-embeddable-1.9.0-Beta",
126126
"kotlin-compiler-embeddable-1.9.20-Beta",
127127
"kotlin-compiler-embeddable-2.0.0-RC1",
128-
"kotlin-compiler-embeddable-2.0.20-Beta1",
128+
"kotlin-compiler-embeddable-2.0.20-Beta2",
129129
"kotlin-stdlib-1.5.0",
130130
"kotlin-stdlib-1.5.10",
131131
"kotlin-stdlib-1.5.20",
@@ -138,7 +138,7 @@ use_repo(
138138
"kotlin-stdlib-1.9.0-Beta",
139139
"kotlin-stdlib-1.9.20-Beta",
140140
"kotlin-stdlib-2.0.0-RC1",
141-
"kotlin-stdlib-2.0.20-Beta1",
141+
"kotlin-stdlib-2.0.20-Beta2",
142142
)
143143

144144
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
"1.9.0-Beta",
1313
"1.9.20-Beta",
1414
"2.0.0-RC1",
15-
"2.0.20-Beta1",
15+
"2.0.20-Beta2",
1616
]
1717

1818
def _version_to_tuple(v):

0 commit comments

Comments
 (0)