Use newest version of Chinese transliteration lib
This commit is contained in:
parent
00ed96af63
commit
3f017d22cb
@ -17,7 +17,7 @@ repositories {
|
||||
dependencies {
|
||||
detektPlugins(libs.detekt.formatting)
|
||||
|
||||
implementation("com.marvinelsen:chinese-transliteration:1.1-SNAPSHOT") { isChanging = true }
|
||||
implementation(libs.chinese.transliteration)
|
||||
|
||||
testImplementation(libs.kotest.core)
|
||||
testImplementation(libs.kotest.assertions)
|
||||
|
@ -2,8 +2,11 @@
|
||||
kotlin = "2.0.20"
|
||||
kotest = "5.9.1"
|
||||
detekt = "1.23.7"
|
||||
chinese-transliteration = "1.0.0"
|
||||
|
||||
[libraries]
|
||||
chinese-transliteration = { module = "com.marvinelsen:chinese-transliteration", version.ref = "chinese-transliteration" }
|
||||
|
||||
# Kotest
|
||||
# See: https://kotest.io
|
||||
kotest-core = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
||||
|
Loading…
Reference in New Issue
Block a user