mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 02:33:49 +03: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:
commit
ba9c1dde32
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ext.versions = [
|
||||||
def gradle = "7.1.3"
|
def gradle = "7.1.3"
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
def kotlin = "1.6.21"
|
def kotlin = "1.6.21"
|
||||||
def kotlinCoroutines = "1.6.3"
|
def kotlinCoroutines = "1.6.4"
|
||||||
def dagger = "2.42"
|
def dagger = "2.42"
|
||||||
def retrofit = "2.9.0"
|
def retrofit = "2.9.0"
|
||||||
def arrow = "0.8.2"
|
def arrow = "0.8.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue