Also increase kotlinCoroutines (see https://kotlinlang.org/releases.html)

This commit is contained in:
Benoit Marty 2021-09-23 15:49:54 +02:00
parent 35cfaad7aa
commit d0623c298d

View file

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