chore: update dependencies

This commit is contained in:
Skylot
2023-07-05 19:52:59 +01:00
parent 9b75a4f199
commit ba0e918fef
6 changed files with 8 additions and 8 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.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
}