File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.jetbrains.kotlin.jvm" ).version(" 1.3.41 " )
2+ id(" org.jetbrains.kotlin.jvm" ).version(" 1.3.50 " )
33 maven
44}
55
@@ -15,9 +15,9 @@ val test by tasks.getting(Test::class) {
1515
1616dependencies {
1717 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
18- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-RC " )
19- implementation(" com.squareup.retrofit2:retrofit:2.6.0 " )
20- implementation(" com.squareup.okhttp3:okhttp:4.0.1 " )
18+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0" )
19+ implementation(" com.squareup.retrofit2:retrofit:2.6.1 " )
20+ implementation(" com.squareup.okhttp3:okhttp:4.2.0 " )
2121
2222 testImplementation(" com.squareup.okhttp3:mockwebserver:4.0.1" )
2323 testImplementation(" com.google.guava:guava:26.0-jre" )
You can’t perform that action at this time.
0 commit comments