chore: update gradle and dependencies

This commit is contained in:
Skylot
2023-07-26 20:45:33 +01:00
parent 09a5e0893b
commit 8d5130a329
12 changed files with 17 additions and 24 deletions
@@ -11,6 +11,6 @@ dependencies {
implementation(kotlin("scripting-compiler-embeddable"))
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
}