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
….6.0
  • Loading branch information
renovate-bot committed Feb 1, 2022
1 parent edfa91d commit 9fbd90d
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 @@ -4,7 +4,7 @@ import org.gradle.jvm.tasks.Jar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.util.*

val coroutinesVersion = "1.3.9"
val coroutinesVersion = "1.6.0"
val jupiterVersion = "5.8.2"
val logbackVersion = "1.2.3"
val kotlinLoginVersion = "1.8.3"
Expand Down

0 comments on commit 9fbd90d

Please sign in to comment.