From 505125e4538d314945019a67735ff9e1ab4d144e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:42:44 +0000 Subject: [PATCH] Update dependency com.github.ajalt.colormath:colormath to v3.3.0 (#468) * Update dependency com.github.ajalt.colormath:colormath to v3.3.0 * update group id for colormath extensions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Frett --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4a0885fc9..c2d372609 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidx-annotation = "1.6.0" androidx-test-junit = "1.1.5" #antlr-kotlin = "b5135079b8" antlr-kotlin-fork = "0.0.7_322" -colormath = "3.2.1" +colormath = "3.3.0" fluidLocale = "0.12.0" gtoSupport = "4.0.1" jvm = "11" @@ -26,8 +26,8 @@ androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "andro antlr-kotlin-gradle = { module = "org.cru.mobile.fork.antlr-kotlin:antlr-kotlin-gradle-plugin", version.ref = "antlr-kotlin-fork" } antlr-kotlin-runtime = { module = "org.cru.mobile.fork.antlr-kotlin:antlr-kotlin-runtime", version.ref = "antlr-kotlin-fork" } colormath = { module = "com.github.ajalt.colormath:colormath", version.ref = "colormath" } -colormath-android-colorint = { module = "com.github.ajalt.colormath.extensions:colormath-ext-android-colorint", version.ref = "colormath" } -colormath-jetpack-compose = { module = "com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose", version.ref = "colormath" } +colormath-android-colorint = { module = "com.github.ajalt.colormath:colormath-ext-android-colorint", version.ref = "colormath" } +colormath-jetpack-compose = { module = "com.github.ajalt.colormath:colormath-ext-jetpack-compose", version.ref = "colormath" } fluidLocale = { module = "io.fluidsonic.locale:fluid-locale", version.ref = "fluidLocale" } goncalossilvaResources = { module = "com.goncalossilva:resources", version.ref = "goncalossilvaResources" } gtoSupport-androidx-annotation = { module = "org.ccci.gto.android:gto-support-androidx-annotation", version.ref = "gtoSupport" }