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 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc" ,
62
62
),
63
63
KOTLIN_CURRENT_COMPILER_RELEASE = version (
64
- version = "1.9.22 " ,
64
+ version = "1.9.23 " ,
65
65
url_templates = [
66
66
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip" ,
67
67
],
68
- sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6 " ,
68
+ sha256 = "93137d3aab9afa9b27cb06a824c2324195c6b6f6179d8a8653f440f5bd58be88 " ,
69
69
),
70
70
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version (
71
- version = "1.9.22 -1.0.17 " ,
71
+ version = "1.9.23 -1.0.20 " ,
72
72
url_templates = [
73
73
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip" ,
74
74
],
75
- sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e " ,
75
+ sha256 = "ee0618755913ef7fd6511288a232e8fad24838b9af6ea73972a76e81053c8c2d " ,
76
76
),
77
77
ANDROID = struct (
78
78
VERSION = "0.1.1" ,
You can’t perform that action at this time.
0 commit comments