File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/starlark/core/repositories Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
2
3
3
_COMPOSE_VERSION = "1.2.1"
4
4
5
- _COMPOSE_COMPILER_VERSION = "1.4.7 "
5
+ _COMPOSE_COMPILER_VERSION = "1.5.9 "
6
6
7
- _KOTLIN_COMPILER_VERSION = "1.8.21 "
7
+ _KOTLIN_COMPILER_VERSION = "1.9.22 "
8
8
9
- _KOTLIN_COMPILER_SHA = "6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7 "
9
+ _KOTLIN_COMPILER_SHA = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6 "
10
10
11
11
# Setup Kotlin
12
12
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.20 " ,
64
+ version = "1.9.22 " ,
65
65
url_templates = [
66
66
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip" ,
67
67
],
68
- sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0 " ,
68
+ sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6 " ,
69
69
),
70
70
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version (
71
- version = "1.9.20 -1.0.13 " ,
71
+ version = "1.9.22 -1.0.17 " ,
72
72
url_templates = [
73
73
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip" ,
74
74
],
75
- sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f " ,
75
+ sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e " ,
76
76
),
77
77
ANDROID = struct (
78
78
VERSION = "0.1.1" ,
You can’t perform that action at this time.
0 commit comments