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.1
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 8378145 commit efaa1ee
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.7.1"
val jupiterVersion = "5.8.2"
val logbackVersion = "1.2.10"
val kotlinLoginVersion = "2.1.21"
Expand Down

0 comments on commit efaa1ee

Please sign in to comment.