We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d0caa2 + 043b507 commit 6bac4a8Copy full SHA for 6bac4a8
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("org.jetbrains.kotlin.jvm").version("1.3.72")
+ id("org.jetbrains.kotlin.jvm").version("1.4.10")
3
maven
4
}
5
@@ -19,9 +19,9 @@ tasks.wrapper {
19
20
dependencies {
21
22
- val coroutinesVersion = "1.3.6"
23
- val retrofitVersion = "2.8.1"
24
- val okHttpVersion = "4.6.0"
+ val coroutinesVersion = "1.3.9"
+ val retrofitVersion = "2.9.0"
+ val okHttpVersion = "4.8.1"
25
26
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
27
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
0 commit comments