Skip to content

Commit e05a11e

Browse files
committed
Upgrade Kotlin to 2.1.21, KSP to 2.1.21-2.0.1 (bazelbuild#1323)
* Upgrade Kotlin to 2.1.21 * Update docs
1 parent 34b2f43 commit e05a11e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ versions = struct(
5757
sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
5858
),
5959
KOTLIN_CURRENT_COMPILER_RELEASE = version(
60-
version = "2.1.20",
60+
version = "2.1.21",
6161
url_templates = [
6262
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6363
],
64-
sha256 = "a118197b0de55ffab2bc8d5cd03a5e39033cfb53383d6931bc761dec0784891a",
64+
sha256 = "1ba08a8b45da99339a0601134cc037b54cf85e9bc0edbe76dcbd27c2d684a977",
6565
),
6666
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
67-
version = "2.1.20-1.0.32",
67+
version = "2.1.21-2.0.1",
6868
url_templates = [
6969
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7070
],
71-
sha256 = "9f74659d447d3df29cabe0c8ee068810af313a584c1bbdde821f9894127f26e0",
71+
sha256 = "44e965bb067b2bb5cd9184dab2c3dea6e3eab747d341c07645bb4c88f09e49c8",
7272
),
7373
ANDROID = version(
7474
version = "0.6.0",
@@ -125,25 +125,25 @@ versions = struct(
125125
sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4",
126126
),
127127
KOTLINX_SERIALIZATION_CORE_JVM = version(
128-
version = "1.6.3",
128+
version = "1.8.1",
129129
url_templates = [
130130
"https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/{version}/kotlinx-serialization-core-jvm-{version}.jar",
131131
],
132-
sha256 = "29c821a8d4e25cbfe4f2ce96cdd4526f61f8f4e69a135f9612a34a81d93b65f1",
132+
sha256 = "3565b6d4d789bf70683c45566944287fc1d8dc75c23d98bd87d01059cc76f2b3",
133133
),
134134
KOTLINX_SERIALIZATION_JSON = version(
135-
version = "1.6.3",
135+
version = "1.8.1",
136136
url_templates = [
137137
"https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/{version}/kotlinx-serialization-json-{version}.jar",
138138
],
139-
sha256 = "8c0016890a79ab5980dd520a5ab1a6738023c29aa3b6437c482e0e5fdc06dab1",
139+
sha256 = "58adf3358a0f99dd8d66a550fbe19064d395e0d5f7f1e46515cd3470a56fbbb0",
140140
),
141141
KOTLINX_SERIALIZATION_JSON_JVM = version(
142-
version = "1.6.3",
142+
version = "1.8.1",
143143
url_templates = [
144144
"https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/{version}/kotlinx-serialization-json-jvm-{version}.jar",
145145
],
146-
sha256 = "d3234179bcff1886d53d67c11eca47f7f3cf7b63c349d16965f6db51b7f3dd9a",
146+
sha256 = "8769e5647557e3700919c32d508f5c5dad53c5d8234cd10846354fbcff14aa24",
147147
),
148148
RULES_BAZEL_INTEGRATION_TEST = version(
149149
version = "0.26.0",

0 commit comments

Comments
 (0)