diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b9e5952f56..ddbcf370a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ easylauncher = "6.4.1" googleServices = "4.4.4" gradleDevelocity = "4.3.2" kmpNativeCoroutines = "1.0.1" -kotlin = "2.3.10" +kotlin = "2.3.21" kotlinter = "5.4.2" ksp = "2.3.2" ktor = "3.4.0" @@ -62,19 +62,19 @@ jetbrains-material3 = "1.10.0-alpha05" jetbrains-navigation = "2.9.1" arrow = "2.2.1.1" assertK = "0.28.1" -atomicfu = "0.31.0" +atomicfu = "0.32.1" coil = "3.3.0" composeRichtext = "1.0.0-alpha03" coreLibraryDesugaring = "2.1.5" -coroutines = "1.10.2" +coroutines = "1.11.0" datadog = "3.6.0" datadogKtor = "1.4.1" dependencyAnalysis = "3.5.1" firebaseCrashlyticsBuildtools = "3.0.6" junit = "4.13.2" koinBom = "4.1.1" -kotlinx-serialization = "1.10.0" -kotlinxDatetime = "0.7.1" +kotlinx-serialization = "1.11.0" +kotlinxDatetime = "0.8.0-0.6.x-compat" media3 = "1.9.2" modalSheet = "0.7.0" navigationRecentsUrlSharing = "1.0.0" diff --git a/maestro/maestro.main.kts b/maestro/maestro.main.kts index eda0929f0c..7758a8a331 100755 --- a/maestro/maestro.main.kts +++ b/maestro/maestro.main.kts @@ -1,6 +1,6 @@ #! /usr/bin/env kotlinc -script -- -@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") +@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") @file:DependsOn("com.github.pgreze:kotlin-process:1.5.1") import com.github.pgreze.process.process