Skip to content

Commit 384c55c

Browse files
authored
Update Kotlin to 1.9.23 and KSP to 1.9.23-1.0.20 (#1162)
1 parent cbb15c9 commit 384c55c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ versions = struct(
6161
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
6262
),
6363
KOTLIN_CURRENT_COMPILER_RELEASE = version(
64-
version = "1.9.22",
64+
version = "1.9.23",
6565
url_templates = [
6666
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6767
],
68-
sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6",
68+
sha256 = "93137d3aab9afa9b27cb06a824c2324195c6b6f6179d8a8653f440f5bd58be88",
6969
),
7070
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
71-
version = "1.9.22-1.0.17",
71+
version = "1.9.23-1.0.20",
7272
url_templates = [
7373
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7474
],
75-
sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e",
75+
sha256 = "ee0618755913ef7fd6511288a232e8fad24838b9af6ea73972a76e81053c8c2d",
7676
),
7777
ANDROID = struct(
7878
VERSION = "0.1.1",

0 commit comments

Comments
 (0)