diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-10 23:30:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 18:00:24 +0000 |
commit | fd0e95afbe8e84c9eb2fba2f413f98fe29215b54 (patch) | |
tree | 026833e019106720c58c5c830ccb8bd860992790 | |
parent | 87eff777730e73c7e3e3ad7139ae607d7d5d1d76 (diff) |
chore(deps): update plugin com.gradle.develocity to v3.18.1 (#3205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | settings.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 879f5df2..674a6c0a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -40,7 +40,7 @@ pluginManagement { plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" - id("com.gradle.develocity") version "3.18" + id("com.gradle.develocity") version "3.18.1" } develocity { |