File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/starlark/core/repositories Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ versions = struct(
63
63
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc" ,
64
64
),
65
65
KOTLIN_CURRENT_COMPILER_RELEASE = version (
66
- version = "1.9.10 " ,
66
+ version = "1.9.20 " ,
67
67
url_templates = [
68
68
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip" ,
69
69
],
70
- sha256 = "7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342 " ,
70
+ sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0 " ,
71
71
),
72
72
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version (
73
- version = "1.9.10 -1.0.13" ,
73
+ version = "1.9.20 -1.0.13" ,
74
74
url_templates = [
75
75
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip" ,
76
76
],
77
- sha256 = "5b0b1179e8af40877d9d5929ec0260afb104956eabf2f23bb5568cfd6c20b37b " ,
77
+ sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f " ,
78
78
),
79
79
ANDROID = struct (
80
80
VERSION = "0.1.1" ,
You can’t perform that action at this time.
0 commit comments