Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.6.2 (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 27, 2022
1 parent de0aaeb commit 61378d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/build.gradle.kts
Expand Up @@ -13,8 +13,8 @@ dependencies {
api(group = "com.github.philippheuer.events4j", name = "events4j-kotlin", version = "0.10.0")

// Kotlin coroutines
api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.6.1")
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.1")
api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.6.2")
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.2")
testImplementation(project(":twitch4j"))
}

Expand Down

0 comments on commit 61378d1

Please sign in to comment.