Skip to content

Commit

Permalink
Update Kotlin Coroutines from 1.6.4 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chimbori committed May 8, 2023
1 parent c140bc0 commit e0bad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api("org.jsoup:jsoup:1.16.1")
api("com.squareup.okhttp3:okhttp:4.10.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("com.beust:klaxon:5.6")

testImplementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
Expand Down

0 comments on commit e0bad93

Please sign in to comment.