Merge pull request #6551 from vector-im/dependabot/gradle/kotlinCoroutines-1.6.4

Bump kotlinCoroutines from 1.6.3 to 1.6.4
This commit is contained in:
Benoit Marty 2022-07-18 18:27:54 +02:00 committed by GitHub
commit ba9c1dde32
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.3"
def kotlinCoroutines = "1.6.4"
def dagger = "2.42"
def retrofit = "2.9.0"
def arrow = "0.8.2"