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

Commit

Permalink
Merge pull request #10 from yamin8000/renovate/org.jetbrains.kotlinx-…
Browse files Browse the repository at this point in the history
…kotlinx-coroutines-core-1.x

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.0
  • Loading branch information
yamin8000 authored May 5, 2023
2 parents 9f21501 + e2f7f6f commit 50a0767
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 50a0767

Please sign in to comment.