File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.jetbrains.kotlin.jvm" ).version(" 1.3.31 " )
2+ id(" org.jetbrains.kotlin.jvm" ).version(" 1.3.41 " )
33 maven
44}
55
@@ -15,11 +15,11 @@ 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.2.1 " )
19- implementation(" com.squareup.retrofit2:retrofit:2.5 .0" )
20- implementation(" com.squareup.okhttp3:okhttp:3.14 .1" )
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" )
2121
22- testImplementation(" com.squareup.okhttp3:mockwebserver:3.14 .1" )
22+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.0 .1" )
2323 testImplementation(" com.google.guava:guava:26.0-jre" )
2424 testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.3.2" )
2525}
You can’t perform that action at this time.
0 commit comments