Skip to content

Commit 01731eb

Browse files
committed
Kotlin: Update kotlin assets to Kotlin 2.3.0
1 parent b19a387 commit 01731eb

9 files changed

+14
-14
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.20-Beta1",
231231
"kotlin-compiler-2.2.0-Beta1",
232232
"kotlin-compiler-2.2.20-Beta2",
233-
"kotlin-compiler-2.3.0-Beta2",
233+
"kotlin-compiler-2.3.0",
234234
"kotlin-compiler-embeddable-1.8.0",
235235
"kotlin-compiler-embeddable-1.9.0-Beta",
236236
"kotlin-compiler-embeddable-1.9.20-Beta",
@@ -240,7 +240,7 @@ use_repo(
240240
"kotlin-compiler-embeddable-2.1.20-Beta1",
241241
"kotlin-compiler-embeddable-2.2.0-Beta1",
242242
"kotlin-compiler-embeddable-2.2.20-Beta2",
243-
"kotlin-compiler-embeddable-2.3.0-Beta2",
243+
"kotlin-compiler-embeddable-2.3.0",
244244
"kotlin-stdlib-1.8.0",
245245
"kotlin-stdlib-1.9.0-Beta",
246246
"kotlin-stdlib-1.9.20-Beta",
@@ -250,7 +250,7 @@ use_repo(
250250
"kotlin-stdlib-2.1.20-Beta1",
251251
"kotlin-stdlib-2.2.0-Beta1",
252252
"kotlin-stdlib-2.2.20-Beta2",
253-
"kotlin-stdlib-2.3.0-Beta2",
253+
"kotlin-stdlib-2.3.0",
254254
)
255255

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

java/kotlin-extractor/deps/kotlin-compiler-2.3.0-Beta2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:03e377b3beffa83e26674d0663f746bfb969b197fd8aed9432cfd8abd60db0c5
3+
size 59091069

java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.0-Beta2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8dbd882fa58c3d17e683a27390288315f8b490f8e3e3b1be4dc3e280d37e285a
3+
size 57669576

java/kotlin-extractor/deps/kotlin-stdlib-2.3.0-Beta2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:887587c91713250ad52fe14ad9166d042c33835049890e9437f355ffc5a195b1
3+
size 1796996

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.3.0-Beta2"
30+
DEFAULT_VERSION = "2.3.0"
3131

3232

3333
def options():

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERSIONS = [
99
"2.1.20-Beta1",
1010
"2.2.0-Beta1",
1111
"2.2.20-Beta2",
12-
"2.3.0-Beta2",
12+
"2.3.0",
1313
]
1414

1515
def _version_to_tuple(v):

0 commit comments

Comments
 (0)