diff --git a/build.gradle b/build.gradle index 98ed692..174f7ae 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { kotlinVersion = '1.5.31' - coroutinesVersion = '1.5.2' + coroutinesVersion = '1.6.0' navigationVersion = '2.3.5' lifecycleVersion = '2.2.0' koinVersion = '2.2.3' diff --git a/error-handler-rest/build.gradle b/error-handler-rest/build.gradle index 76f5309..453995c 100644 --- a/error-handler-rest/build.gradle +++ b/error-handler-rest/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver:4.9.2" // For integration tests with moshi and coroutines. - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" testImplementation "com.squareup.moshi:moshi:1.12.0" testImplementation "com.squareup.retrofit2:converter-moshi:2.9.0" kaptTest "com.squareup.moshi:moshi-kotlin-codegen:1.12.0"