feat(colors): colored output; removed colorutils

This commit is contained in:
darwincereska
2025-11-24 11:36:15 -05:00
parent 28f65d3886
commit f15830e3e7
11 changed files with 138 additions and 224 deletions

View File

@@ -10,7 +10,7 @@ plugins {
}
group = "org.notevc"
version = "1.0.7"
version = "1.0.8"
buildConfig {
buildConfigField("String", "VERSION", "\"${project.version}\"")
@@ -26,7 +26,7 @@ dependencies {
val junitVersion = "5.10.0"
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.kargs:kargs:1.0.4")
implementation("org.kargs:kargs:1.0.8")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")