Skip to content

Commit 816fa0c

Browse files
Update dependency com.github.ajalt.colormath:colormath to v3.2.1
1 parent 3ab6b14 commit 816fa0c

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
@@ -25,7 +25,7 @@ kotlin {
2525
api(compose.runtime)
2626
api(compose.foundation)
2727
implementation(compose.material)
28-
implementation("com.github.ajalt.colormath:colormath:3.2.0")
28+
implementation("com.github.ajalt.colormath:colormath:3.2.1")
2929
}
3030
}
3131
val commonTest by getting {

0 commit comments

Comments
 (0)