Skip to content

Commit f4193f1

Browse files
authored
Update Kotlin to 1.9.20 (#1067)
1 parent cfe427b commit f4193f1

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
@@ -63,18 +63,18 @@ versions = struct(
6363
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
6464
),
6565
KOTLIN_CURRENT_COMPILER_RELEASE = version(
66-
version = "1.9.10",
66+
version = "1.9.20",
6767
url_templates = [
6868
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6969
],
70-
sha256 = "7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342",
70+
sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0",
7171
),
7272
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
73-
version = "1.9.10-1.0.13",
73+
version = "1.9.20-1.0.13",
7474
url_templates = [
7575
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7676
],
77-
sha256 = "5b0b1179e8af40877d9d5929ec0260afb104956eabf2f23bb5568cfd6c20b37b",
77+
sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f",
7878
),
7979
ANDROID = struct(
8080
VERSION = "0.1.1",

0 commit comments

Comments
 (0)