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 @@ -4,7 +4,7 @@ import java.util.prefs.Preferences
44plugins {
55 id(" serverpackcreator.kotlin-conventions" )
66 id(" serverpackcreator.dokka-conventions" )
7- id(" de.comahe.i18n4k" ) version " 0.10 .0"
7+ id(" de.comahe.i18n4k" ) version " 0.11 .0"
88}
99
1010repositories {
@@ -16,8 +16,8 @@ dependencies {
1616 api(" io.github.microutils:kotlin-logging:3.0.5" )
1717 api(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.2" )
1818 api(" de.jensklingenberg.ktorfit:ktorfit-lib:2.5.1" )
19- api(" de.comahe.i18n4k:i18n4k-core:0.10 .0" )
20- api(" de.comahe.i18n4k:i18n4k-core-jvm:0.10 .0" )
19+ api(" de.comahe.i18n4k:i18n4k-core:0.11 .0" )
20+ api(" de.comahe.i18n4k:i18n4k-core-jvm:0.11 .0" )
2121 implementation(" org.jetbrains.kotlin:kotlin-bom:2.2.0" )
2222 implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.0" )
2323 implementation(files(" ${layout.buildDirectory.asFile.get()} /resources/main" ))
You can’t perform that action at this time.
0 commit comments