Update kotlin-css-generator to stable version 1.0.10

Switch from a snapshot to the stable release of kotlin-css-generator to ensure reliability and stability. This change enhances dependency management and reduces the risk of issues related to using a snapshot version.
This commit is contained in:
2024-11-29 17:25:53 +01:00
parent dd1af44a1a
commit 240f3b0364

View File

@@ -30,7 +30,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api("nl.astraeus:kotlin-css-generator:1.0.9-SNAPSHOT")
api("nl.astraeus:kotlin-css-generator:1.0.10")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
}
}