Skip to content

Commit ddfccc0

Browse files
Bencodesrestingbull
authored andcommitted
Update Kotlin to 2.0.20
1 parent 40fecf5 commit ddfccc0

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 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
6262
),
6363
KOTLIN_CURRENT_COMPILER_RELEASE = version(
64-
version = "2.0.10",
64+
version = "2.0.20",
6565
url_templates = [
6666
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6767
],
68-
sha256 = "88d7d8bad362ae4e114a8b9668c6887b8c85f48e340883db0e317e47c8dc2f4f",
68+
sha256 = "5f5d2a8ad6a718a002acd0775b67a9e27035872fdbd4b0791e3cb3ea00095931",
6969
),
7070
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
71-
version = "2.0.10-1.0.24",
71+
version = "2.0.20-1.0.24",
7272
url_templates = [
7373
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7474
],
75-
sha256 = "e6a79e649ee383b372fa982be89686c10ee42b25e60147b3271a70fd75a9eb19",
75+
sha256 = "d0f05819c027a36a068c5ccf028dff6d2510922b22c7587ab2a544cf41cbdb4a",
7676
),
7777
ANDROID = struct(
7878
VERSION = "0.1.1",

0 commit comments

Comments
 (0)