Skip to content

Commit 2e34489

Browse files
committed
Kotlin: Add 2.0.20-Beta1
1 parent 652fdfc commit 2e34489

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MODULE.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +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",
115116
"kotlin-compiler-embeddable-1.5.0",
116117
"kotlin-compiler-embeddable-1.5.10",
117118
"kotlin-compiler-embeddable-1.5.20",
@@ -124,6 +125,7 @@ use_repo(
124125
"kotlin-compiler-embeddable-1.9.0-Beta",
125126
"kotlin-compiler-embeddable-1.9.20-Beta",
126127
"kotlin-compiler-embeddable-2.0.0-RC1",
128+
"kotlin-compiler-embeddable-2.0.20-Beta1",
127129
"kotlin-stdlib-1.5.0",
128130
"kotlin-stdlib-1.5.10",
129131
"kotlin-stdlib-1.5.20",
@@ -136,6 +138,7 @@ use_repo(
136138
"kotlin-stdlib-1.9.0-Beta",
137139
"kotlin-stdlib-1.9.20-Beta",
138140
"kotlin-stdlib-2.0.0-RC1",
141+
"kotlin-stdlib-2.0.20-Beta1",
139142
)
140143

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

java/kotlin-extractor/versions.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ VERSIONS = [
1212
"1.9.0-Beta",
1313
"1.9.20-Beta",
1414
"2.0.0-RC1",
15+
"2.0.20-Beta1",
1516
]
1617

1718
def _version_to_tuple(v):

0 commit comments

Comments
 (0)