Merge pull request #5981 from vector-im/dependabot/gradle/kotlinCoroutines-1.6.1

Bump kotlinCoroutines from 1.6.0 to 1.6.1
This commit is contained in:
Benoit Marty 2022-05-16 07:13:56 +02:00 committed by GitHub
commit 4123da8ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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