Skip to content

Commit 63c0516

Browse files
Update dependency com.github.ajalt.colormath:colormath to v3.2.1
1 parent 4e0b1c0 commit 63c0516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

color-picker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
dependencies {
2222
api(compose.runtime)
2323
implementation(compose.material)
24-
implementation("com.github.ajalt.colormath:colormath:3.2.0")
24+
implementation("com.github.ajalt.colormath:colormath:3.2.1")
2525
}
2626
}
2727
val commonTest by getting {

0 commit comments

Comments
 (0)