mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
update dependencies
This commit is contained in:
parent
2ecd8c4292
commit
715d414f51
@ -2,6 +2,11 @@
|
||||
|
||||
## 2.2.0
|
||||
|
||||
* Versions
|
||||
* `Kotlin`: `1.9.0`
|
||||
* `Coroutines`: `1.7.3`
|
||||
* `Klock`: `4.0.9`
|
||||
|
||||
## 2.1.2
|
||||
|
||||
* Versions
|
||||
|
@ -97,7 +97,7 @@ kotlin {
|
||||
implementation kotlin('test-js')
|
||||
}
|
||||
}
|
||||
androidTest {
|
||||
androidUnitTest {
|
||||
dependencies {
|
||||
implementation kotlin('test-junit')
|
||||
}
|
||||
|
@ -9,13 +9,13 @@ android.useAndroidX=true
|
||||
android.enableJetifier=false
|
||||
|
||||
|
||||
kotlin_version=1.8.22
|
||||
kotlin_coroutines_version=1.7.2
|
||||
kotlin_version=1.9.0
|
||||
kotlin_coroutines_version=1.7.3
|
||||
kotlin_serialization_version=1.5.1
|
||||
|
||||
dokka_version=1.8.20
|
||||
|
||||
klockVersion=4.0.3
|
||||
klockVersion=4.0.9
|
||||
|
||||
## Github reease
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user