diff --git a/color-picker/build.gradle.kts b/color-picker/build.gradle.kts index 7da1354..5f5d5f5 100644 --- a/color-picker/build.gradle.kts +++ b/color-picker/build.gradle.kts @@ -21,7 +21,7 @@ kotlin { dependencies { api(compose.runtime) implementation(compose.material) - implementation("com.github.ajalt.colormath:colormath:3.2.0") + implementation("com.github.ajalt.colormath:colormath:3.2.1") } } val commonTest by getting {