Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.6.3 (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 00beb97 commit fdf0d11
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.2")
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.2")
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")
testImplementation(project(":twitch4j"))
}

Expand Down

0 comments on commit fdf0d11

Please sign in to comment.