Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…
Browse files Browse the repository at this point in the history
….7.2
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 68a9dfe commit 9452ad7
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 @@ -21,7 +21,7 @@ java {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22")
implementation("commons-codec:commons-codec:1.16.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
testImplementation(kotlin("test"))
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
Expand Down

0 comments on commit 9452ad7

Please sign in to comment.