Skip to content

Commit 9a39e03

Browse files
committed
feat: Update Kotlin to 1.3.41 and bump dependencies
1 parent 6c8d56a commit 9a39e03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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

1616
dependencies {
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
}

0 commit comments

Comments
 (0)