Skip to content

Commit 14cc5bd

Browse files
committed
Use Kotlin v2.2.21
1 parent 102dfa2 commit 14cc5bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/starlark/core/repositories/versions.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ versions = struct(
5757
sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
5858
),
5959
KOTLIN_CURRENT_COMPILER_RELEASE = version(
60-
version = "2.2.20",
60+
version = "2.2.21",
6161
url_templates = [
6262
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6363
],
64-
sha256 = "81f0264c9073b5cbbdb3ff8418cf2c5dac076879fc156fa1a6462f5a5acc4420",
64+
sha256 = "a623871f1cd9c938946948b70ef9170879f0758043885bbd30c32f024e511714",
6565
),
6666
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
67-
version = "2.2.20-2.0.3",
67+
version = "2.2.21-2.0.4",
6868
url_templates = [
6969
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7070
],
71-
sha256 = "fa258ac0b00c918d796b75e9a97d165e9786c7eb59bfd7e9fe68dc9eb1a3e791",
71+
sha256 = "6550f1117d7c9590cc9a5075b92682a218c8e1df4093d7e683d73cc481733dd1",
7272
),
7373
KOTLIN_BUILD_TOOLS_IMPL = version(
74-
version = "2.1.20",
74+
version = "2.2.21",
7575
url_templates = [
7676
"https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-build-tools-impl/{version}/kotlin-build-tools-impl-{version}.jar",
7777
],
78-
sha256 = "6e94896e321603e3bfe89fef02478e44d1d64a3d25d49d0694892ffc01c60acf",
78+
sha256 = "458b63ef8fc50a0a3180fe688ec1b995745992a05c495dac61e58d1088927a80",
7979
),
8080
ANDROID = version(
8181
version = "a5e11f139ae25d93832e2604e1588bc97708d7e8",

0 commit comments

Comments
 (0)