File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Cinema API"
22
33plugins {
44 kotlin(" jvm" )
5- id(" io.github.ermadmi78.kobby" ) version " 4.0.3 "
5+ id(" io.github.ermadmi78.kobby" ) version " 4.1.1 "
66}
77
88kotlin {
@@ -14,5 +14,5 @@ dependencies {
1414 compileOnly(" com.fasterxml.jackson.core:jackson-annotations:2.15.4" )
1515
1616 // Add this dependency to enable default Ktor adapters generation
17- compileOnly(" io.ktor:ktor-client-cio:2.3.9 " )
17+ compileOnly(" io.ktor:ktor-client-cio:2.3.13 " )
1818}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ dependencies {
1919 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.15.4" )
2020 implementation(" com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.4" )
2121
22- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 " )
22+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
2323
24- implementation(" io.ktor:ktor-client-cio:2.3.9 " )
25- implementation(" io.ktor:ktor-client-websockets:2.3.9 " )
24+ implementation(" io.ktor:ktor-client-cio:2.3.13 " )
25+ implementation(" io.ktor:ktor-client-websockets:2.3.13 " )
2626
2727 implementation(kotlin(" stdlib" ))
2828 implementation(kotlin(" reflect" ))
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
22kotlin.code.style =official
3- kotlin.version =1.9.24
4- kotlinVersion =1.9.24
3+ kotlin.version =1.9.25
4+ kotlinVersion =1.9.25
55
66group =io.github.ermadmi78
77version =0.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments