@@ -7,7 +7,7 @@ plugins {
7
7
val kotlinVersion = " 1.9.23"
8
8
kotlin(" jvm" ) version kotlinVersion
9
9
kotlin(" plugin.serialization" ) version kotlinVersion
10
- id(" org.jetbrains.compose" ) version " 1.6.2 "
10
+ id(" org.jetbrains.compose" ) version " 1.6.11 "
11
11
id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6"
12
12
id(" dev.hydraulic.conveyor" ) version " 1.10"
13
13
}
@@ -31,7 +31,7 @@ dependencies {
31
31
32
32
implementation(compose.materialIconsExtended)
33
33
34
- val ktorVersion = " 2.3.11 "
34
+ val ktorVersion = " 2.3.12 "
35
35
implementation(" io.ktor:ktor-client-core:$ktorVersion " )
36
36
implementation(" io.ktor:ktor-client-cio:$ktorVersion " )
37
37
implementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
@@ -47,14 +47,14 @@ dependencies {
47
47
implementation(" io.insert-koin:koin-core:3.5.6" )
48
48
implementation(" io.insert-koin:koin-compose:1.1.5" )
49
49
50
- val kermitVersion = " 2.0.3 "
50
+ val kermitVersion = " 2.0.4 "
51
51
implementation(" co.touchlab:kermit:$kermitVersion " )
52
- implementation(" io.sentry:sentry:7.9 .0" )
52
+ implementation(" io.sentry:sentry:7.10 .0" )
53
53
54
54
implementation(" org.apache.pdfbox:pdfbox:3.0.2" )
55
55
runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1" ) // Adds a Main Dispatcher for Desktop
56
56
57
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
57
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
58
58
implementation(kotlin(" reflect" ))
59
59
60
60
testImplementation(kotlin(" test" ))
0 commit comments