From ed0494e159d4d3f15165197c2b199324b7125625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:53:42 -0500 Subject: [PATCH] [deps]: Update kotlin to v1.9.0 (#3849) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 72237fa35..2ef63b985 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. kotlin = "2.0.20" kotlinxCollectionsImmutable = "0.3.8" -kotlinxCoroutines = "1.8.1" +kotlinxCoroutines = "1.9.0" kotlinxSerialization = "1.7.2" kotlinxKover = "0.8.3" ksp = "2.0.20-1.0.25"