Update dependencies

This commit is contained in:
2020-12-17 11:09:50 +01:00
parent ce94cfb566
commit 913bb0922e
4 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ kotlin {
dependencies {
implementation(Dependencies.Kotlin.coroutinesCore) {
version {
strictly("1.3.9-native-mt")
strictly("1.4.2-native-mt")
}
}