File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ kotlin {
16
16
implementation(libs.kotlinx.coroutines)
17
17
implementation(libs.kotlinx.serialization)
18
18
19
- implementation(" io.ktor:ktor-server-core:2.3.12 " )
20
- implementation(" io.ktor:ktor-server-netty:2.3.12 " )
21
- implementation(" io.ktor:ktor-server-cors:2.3.12 " )
22
- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.12 " )
23
- implementation(" io.ktor:ktor-server-content-negotiation:2.3.12 " )
19
+ implementation(" io.ktor:ktor-server-core:2.3.13 " )
20
+ implementation(" io.ktor:ktor-server-netty:2.3.13 " )
21
+ implementation(" io.ktor:ktor-server-cors:2.3.13 " )
22
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.13 " )
23
+ implementation(" io.ktor:ktor-server-content-negotiation:2.3.13 " )
24
24
25
25
implementation(" ch.qos.logback:logback-classic:1.5.8" )
26
26
You can’t perform that action at this time.
0 commit comments