From 9bbbcb9dd17a95c097f80401698cad0ebb0d8259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:49:50 +0000 Subject: [PATCH] Bump com.github.ajalt.colormath:colormath from 3.6.0 to 3.6.1 Bumps [com.github.ajalt.colormath:colormath](https://github.com/ajalt/colormath) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/ajalt/colormath/releases) - [Changelog](https://github.com/ajalt/colormath/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/colormath/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: com.github.ajalt.colormath:colormath dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- structures/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }