Skip to content

Commit

Permalink
⬆️ Update kotlinx-coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 289ed07 commit a25a6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcorouhlin-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {

dependencies {
api(kotlin("reflect"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
api("org.jetbrains:annotations:24.0.1")

api("com.mojang:brigadier:1.0.18")

testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
}

0 comments on commit a25a6c2

Please sign in to comment.