Skip to content

Commit

Permalink
update coroutines to 1.4.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Oct 28, 2020
1 parent 974e58e commit e95f20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ object Libs {
object Kotlinx {

object Coroutines {
private const val version = "1.3.9"
private const val version = "1.4.0"
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
const val coreJvm = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:$version"
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
Expand Down

0 comments on commit e95f20f

Please sign in to comment.