Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2022
1 parent 521062c commit 0747e85
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.3")
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.3")
api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.6.4")
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.4")
testImplementation(project(":twitch4j"))
}

Expand Down

0 comments on commit 0747e85

Please sign in to comment.