Bump kotlinx-coroutines-core from 1.4.2 to 1.4.3 (#85)

This commit is contained in:
dependabot[bot] 2021-05-01 14:13:37 +00:00 committed by GitHub
parent fe87a7c21e
commit b5920ae7c1
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.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp3"