Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…
Browse files Browse the repository at this point in the history
….7.0
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 9f21501 commit e2f7f6f
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 @@ -18,7 +18,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
implementation("org.jsoup:jsoup:1.16.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-Beta")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta13")
implementation("com.soywiz.korlibs.korau:korau-jvm:2.7.0")
}
Expand Down

0 comments on commit e2f7f6f

Please sign in to comment.