File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies {
1515 api(" io.github.microutils:kotlin-logging:3.0.5" )
1616 api(" org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat" )
1717 api(" de.jensklingenberg.ktorfit:ktorfit-lib:2.7.1" )
18- implementation(" org.jetbrains.kotlin:kotlin-bom:2.2.21 " )
19- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.21 " )
18+ implementation(" org.jetbrains.kotlin:kotlin-bom:2.3.0 " )
19+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.3.0 " )
2020 api(" de.comahe.i18n4k:i18n4k-core:0.11.1" )
2121 api(" de.comahe.i18n4k:i18n4k-core-jvm:0.11.1" )
2222 implementation(files(" ${layout.buildDirectory.asFile.get()} /resources/main" ))
@@ -32,7 +32,7 @@ dependencies {
3232 api(" com.github.MCRcortex:nekodetector:Version-1.1-pre" )
3333 // api("dev.kosmx.needle:jneedle:1.0.1")
3434
35- testImplementation(" org.jetbrains.kotlin:kotlin-test:2.2.21 " )
35+ testImplementation(" org.jetbrains.kotlin:kotlin-test:2.3.0 " )
3636 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4" )
3737 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4" )
3838}
You can’t perform that action at this time.
0 commit comments