aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-12 13:35:40 +0000
committerGitHub <noreply@github.com>2024-03-12 13:35:40 +0000
commitaaa9fa072876de399a85c851dff9eee0a80c1fce (patch)
treeb18e76c74dbad891ab5490a2b29462b181a9819f /gradle/libs.versions.toml
parentca09a6d70e80134aa7d9208d271bcc0bb07a9c05 (diff)
fix(deps): update kotlin and compose to v1.9.23 (#2939)
* fix(deps): update kotlin and compose to v1.9.23 * fix(deps): update androidx.compose.compiler:compiler to 1.5.11-dev-k1.9.23-96ef9dc6af1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 81137957..6f506a31 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,11 +3,11 @@ agp = "8.3.0-rc02"
androidxActivity = "1.9.0-alpha03"
bouncycastle = "1.77"
# @keep used for kotlinCompilerExtensionVersion
-composeCompiler = "1.5.10"
+composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
coroutines = "1.8.0"
flowbinding = "1.2.0"
hilt = "2.51"
-kotlin = "1.9.22"
+kotlin = "1.9.23"
kotlinResult = "1.1.20"
lifecycle = "2.7.0"
moshi = "1.15.1"