Compare commits

..

No commits in common. "90fa850322bee32440898348b2e9f49c5fa7aa9d" and "00ed96af6327fbcc10f7a8c8ba1955f775ad118f" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@ plugins {
} }
group = "com.marvinelsen" group = "com.marvinelsen"
version = "1.0.0" version = "1.0-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()
@ -17,7 +17,7 @@ repositories {
dependencies { dependencies {
detektPlugins(libs.detekt.formatting) detektPlugins(libs.detekt.formatting)
implementation(libs.chinese.transliteration) implementation("com.marvinelsen:chinese-transliteration:1.1-SNAPSHOT") { isChanging = true }
testImplementation(libs.kotest.core) testImplementation(libs.kotest.core)
testImplementation(libs.kotest.assertions) testImplementation(libs.kotest.assertions)

View File

@ -2,11 +2,8 @@
kotlin = "2.0.20" kotlin = "2.0.20"
kotest = "5.9.1" kotest = "5.9.1"
detekt = "1.23.7" detekt = "1.23.7"
chinese-transliteration = "1.0.0"
[libraries] [libraries]
chinese-transliteration = { module = "com.marvinelsen:chinese-transliteration", version.ref = "chinese-transliteration" }
# Kotest # Kotest
# See: https://kotest.io # See: https://kotest.io
kotest-core = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" } kotest-core = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }