diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 901bcf2887..04549478fa 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.3" -kotlin = "2.3.21" +kotlin = "2.4.0" kotlinpoet = "2.2.0" kotlinter = "5.4.2" ksp = "2.3.9" @@ -66,18 +66,18 @@ jetbrains-navigation = "2.9.2" jetbrainsMarkdown = "0.7.3" arrow = "2.2.1.1" assertK = "0.28.1" -atomicfu = "0.31.0" +atomicfu = "0.33.0" classgraph = "4.8.180" coil = "3.3.0" 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" -kotlinx-serialization = "1.10.0" -kotlinxDatetime = "0.7.1-0.6.x-compat" +kotlinx-serialization = "1.11.0" +kotlinxDatetime = "0.8.0-0.6.x-compat" media3 = "1.9.2" metro = "1.1.1" mikepenzMarkdown = "0.40.2" 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