1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

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

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"