chore: update dependencies

This commit is contained in:
Skylot
2024-09-21 22:00:03 +01:00
parent 02b69d2d29
commit 8f27de4d0e
8 changed files with 11 additions and 11 deletions
@@ -11,6 +11,6 @@ dependencies {
implementation(kotlin("scripting-compiler-embeddable"))
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
}