Bump kotlinx-coroutines-core from 1.4.0 to 1.4.2 (#63)

This commit is contained in:
dependabot-preview[bot] 2021-01-10 11:34:05 +00:00 committed by GitHub
parent 456e38c90c
commit 8ce0682820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ subprojects {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp3"