File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.3.10 "
3- kotlin(" plugin.serialization" ) version " 2.3.10 "
2+ kotlin(" jvm" ) version " 2.3.20 "
3+ kotlin(" plugin.serialization" ) version " 2.3.20 "
44 id(" com.gradleup.shadow" ) version " 9.3.0"
55 application
66}
77
88group = " com.helltar"
9- version = " 0.8 .0"
9+ version = " 0.9 .0"
1010
1111repositories {
1212 mavenCentral()
1313}
1414
1515dependencies {
16- implementation(" io.ktor:ktor-client-core:3.4.1" )
17- implementation(" io.ktor:ktor-client-cio:3.4.1" )
18- implementation(" io.ktor:ktor-client-websockets:3.4.1" )
19- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.4.1" )
16+ implementation(" io.ktor:ktor-client-core:3.4.2" )
17+ implementation(" io.ktor:ktor-client-cio:3.4.2" )
18+ implementation(" io.ktor:ktor-client-websockets:3.4.2" )
19+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.4.2" )
20+
2021 implementation(" io.github.cdimascio:dotenv-kotlin:6.5.1" )
2122 implementation(" io.github.oshai:kotlin-logging-jvm:8.0.01" )
2223 runtimeOnly(" ch.qos.logback:logback-classic:1.5.32" )
You can’t perform that action at this time.
0 commit comments