Skip to content

Commit 8836f5c

Browse files
committed
chore: Update dependencies
1 parent dd63d51 commit 8836f5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

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

1616
dependencies {
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")

0 commit comments

Comments
 (0)