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 @@ -61,18 +61,18 @@ versions = struct(
61
61
sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1" ,
62
62
),
63
63
KOTLIN_CURRENT_COMPILER_RELEASE = version (
64
- version = "2.0.10 " ,
64
+ version = "2.0.20 " ,
65
65
url_templates = [
66
66
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip" ,
67
67
],
68
- sha256 = "88d7d8bad362ae4e114a8b9668c6887b8c85f48e340883db0e317e47c8dc2f4f " ,
68
+ sha256 = "5f5d2a8ad6a718a002acd0775b67a9e27035872fdbd4b0791e3cb3ea00095931 " ,
69
69
),
70
70
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version (
71
- version = "2.0.10 -1.0.24" ,
71
+ version = "2.0.20 -1.0.24" ,
72
72
url_templates = [
73
73
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip" ,
74
74
],
75
- sha256 = "e6a79e649ee383b372fa982be89686c10ee42b25e60147b3271a70fd75a9eb19 " ,
75
+ sha256 = "d0f05819c027a36a068c5ccf028dff6d2510922b22c7587ab2a544cf41cbdb4a " ,
76
76
),
77
77
ANDROID = struct (
78
78
VERSION = "0.1.1" ,
You can’t perform that action at this time.
0 commit comments