File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Cinema API"
33plugins {
44 kotlin(" jvm" )
55 kotlin(" plugin.serialization" )
6- id(" io.github.ermadmi78.kobby" ) version " 4.0.3 "
6+ id(" io.github.ermadmi78.kobby" ) version " 4.1.1 "
77}
88
99kotlin {
@@ -15,5 +15,5 @@ dependencies {
1515 compileOnly(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" )
1616
1717 // Add this dependency to enable default Ktor adapters generation
18- compileOnly(" io.ktor:ktor-client-cio:2.3.9 " )
18+ compileOnly(" io.ktor:ktor-client-cio:2.3.13 " )
1919}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ dependencies {
1818
1919 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" )
2020
21- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 " )
21+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
2222
23- implementation(" io.ktor:ktor-client-cio:2.3.9 " )
24- implementation(" io.ktor:ktor-client-websockets:2.3.9 " )
23+ implementation(" io.ktor:ktor-client-cio:2.3.13 " )
24+ implementation(" io.ktor:ktor-client-websockets:2.3.13 " )
2525
2626 implementation(kotlin(" stdlib" ))
2727 implementation(kotlin(" reflect" ))
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ dependencies {
2525 implementation(kotlin(" stdlib" ))
2626 implementation(kotlin(" reflect" ))
2727
28- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 " )
29- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.0 " )
28+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
29+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.1 " )
3030}
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