Merge pull request #6354 from vector-im/dependabot/gradle/kotlinCoroutines-1.6.3

Bump kotlinCoroutines from 1.6.2 to 1.6.3
This commit is contained in:
Adam Brown 2022-06-23 09:29:39 +01:00 committed by GitHub
commit d6abd176fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.2"
def kotlinCoroutines = "1.6.3"
def dagger = "2.42"
def retrofit = "2.9.0"
def arrow = "0.8.2"