Skip to content

Commit

Permalink
Upgrade coroutines version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzicheng committed Jul 26, 2023
1 parent c04289c commit 1afd45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.2")
compileOnly("com.squareup.okhttp3:okhttp:4.9.3")
compileOnly("com.squareup.okhttp3:logging-interceptor:4.9.3")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
Expand Down

0 comments on commit 1afd45f

Please sign in to comment.