diff --git a/structures/build.gradle.kts b/structures/build.gradle.kts index 5f70edd9..ce12149c 100644 --- a/structures/build.gradle.kts +++ b/structures/build.gradle.kts @@ -13,7 +13,7 @@ kotlin { api(libs.coroutines.core) api(libs.datetime) api(libs.spondee) - api("com.github.ajalt.colormath:colormath:3.6.0") + api("com.github.ajalt.colormath:colormath:3.6.1") } }