Merge pull request #6173 from vector-im/dependabot/gradle/kotlinCoroutines-1.6.2

Bump kotlinCoroutines from 1.6.1 to 1.6.2
This commit is contained in:
Benoit Marty 2022-05-30 14:23:22 +02:00 committed by GitHub
commit a94bea3b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ ext.versions = [
def gradle = "7.1.3"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"
def kotlinCoroutines = "1.6.1"
def kotlinCoroutines = "1.6.2"
def dagger = "2.42"
def retrofit = "2.9.0"
def arrow = "0.8.2"