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
….8.0
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent 3e3f684 commit 1e61490
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 @@ -39,7 +39,7 @@ dependencies {
implementation(kotlin("reflect"))

// Add support for kotlinx courotines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")

// Add tinylog
implementation("org.tinylog:tinylog-api-kotlin:2.5.0")
Expand Down

0 comments on commit 1e61490

Please sign in to comment.