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:
commit
4123da8ebc
|
@ -10,7 +10,7 @@ ext.versions = [
|
||||||
def gradle = "7.2.0"
|
def gradle = "7.2.0"
|
||||||
// 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.0"
|
def kotlinCoroutines = "1.6.1"
|
||||||
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…
Reference in New Issue