Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutin…
Browse files Browse the repository at this point in the history
…es-reactor to v1.6.2
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 27, 2022
1 parent ae775d1 commit c857c69
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 @@ -43,7 +43,7 @@ repositories {
dependencies {
// Kotlin libraries
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2")
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.2")
implementation(kotlin("stdlib", "1.5.31"))

// Cron Support
Expand Down

0 comments on commit c857c69

Please sign in to comment.