From bc2345f41512df81b33e3f34d643a4166a7b2c2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:30:38 +0000 Subject: [PATCH] chore(deps): update plugin licensee to v1.8.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 269afeb2..6feda006 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -103,7 +103,7 @@ anvil = "com.squareup.anvil:2.4.8" baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = "com.google.devtools.ksp:1.9.10-1.0.13" -licensee = "app.cash.licensee:1.7.0" +licensee = "app.cash.licensee:1.8.0" modulegraph = "dev.iurysouza.modulegraph:0.5.0" modulegraphassert = "com.jraska.module.graph.assertion:2.5.0" poko = "dev.drewhamilton.poko:0.15.0"