Also upgrade the coroutine lib

This commit is contained in:
Benoit Marty 2022-03-22 15:45:02 +01:00 committed by Benoit Marty
parent 57bee40211
commit 97bb5a9abb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ext.versions = [
def gradle = "7.0.4" def gradle = "7.0.4"
// Ref: https://kotlinlang.org/releases.html // Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.0" def kotlin = "1.6.0"
def kotlinCoroutines = "1.5.2" def kotlinCoroutines = "1.6.0"
def dagger = "2.40.5" def dagger = "2.40.5"
def retrofit = "2.9.0" def retrofit = "2.9.0"
def arrow = "0.8.2" def arrow = "0.8.2"