Skip to content

Commit

Permalink
Merge pull request #1151 from square/zachklipp/upgrade-coroutines
Browse files Browse the repository at this point in the history
Upgrade coroutines library to latest version.
  • Loading branch information
rjrjr committed May 11, 2020
2 parents 3530f3b + f5b78b8 commit e33ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Locale.US
import kotlin.reflect.full.declaredMembers

object Versions {
const val coroutines = "1.3.4"
const val coroutines = "1.3.6"
const val kotlin = "1.3.71"
const val targetSdk = 29
}
Expand Down

0 comments on commit e33ba18

Please sign in to comment.