Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0fc811

Browse files
committed
Bazel/Kotlin: add 2.0.0-RC1, remove 2.0.0-Beta4
1 parent 02257ee commit f0fc811

8 files changed

Lines changed: 13 additions & 13 deletions

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use_repo(
6969
"kotlin-compiler-1.8.0",
7070
"kotlin-compiler-1.9.0-Beta",
7171
"kotlin-compiler-1.9.20-Beta",
72-
"kotlin-compiler-2.0.0-Beta4",
72+
"kotlin-compiler-2.0.0-RC1",
7373
"kotlin-compiler-2.0.255-SNAPSHOT",
7474
"kotlin-compiler-embeddable-1.5.0",
7575
"kotlin-compiler-embeddable-1.5.10",
@@ -82,7 +82,7 @@ use_repo(
8282
"kotlin-compiler-embeddable-1.8.0",
8383
"kotlin-compiler-embeddable-1.9.0-Beta",
8484
"kotlin-compiler-embeddable-1.9.20-Beta",
85-
"kotlin-compiler-embeddable-2.0.0-Beta4",
85+
"kotlin-compiler-embeddable-2.0.0-RC1",
8686
"kotlin-compiler-embeddable-2.0.255-SNAPSHOT",
8787
"kotlin-stdlib-1.5.0",
8888
"kotlin-stdlib-1.5.10",
@@ -95,7 +95,7 @@ use_repo(
9595
"kotlin-stdlib-1.8.0",
9696
"kotlin-stdlib-1.9.0-Beta",
9797
"kotlin-stdlib-1.9.20-Beta",
98-
"kotlin-stdlib-2.0.0-Beta4",
98+
"kotlin-stdlib-2.0.0-RC1",
9999
"kotlin-stdlib-2.0.255-SNAPSHOT",
100100
)
101101

java/kotlin-extractor/deps/kotlin-compiler-2.0.0-Beta4.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:60e31163aa7348166d708cdc9cb47d616b0222e5b11173f35f1adfb61bc3690a
3+
size 58604870

java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.0.0-Beta4.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:12d330c6e98ba42840f1d10e2752a9c53099d4dfa855bc4526d23fe1a1af9634
3+
size 57125659

java/kotlin-extractor/deps/kotlin-stdlib-2.0.0-Beta4.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:bbb2c9b813e6196f9afa9f9add8b395ee384ab1763a0880e084d2942214f1c30
3+
size 1729731

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSIONS = [
1111
"1.8.0",
1212
"1.9.0-Beta",
1313
"1.9.20-Beta",
14-
"2.0.0-Beta4",
14+
"2.0.0-RC1",
1515
"2.0.255-SNAPSHOT",
1616
]
1717

0 commit comments

Comments
 (0)