From f3e7fca5171283f1e219aea4a1bd97d5cf993269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:12:53 +0000 Subject: [PATCH] Update plugin nmcp to v1.6.2 --- 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 f670272ae..deb4663c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,7 +80,7 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.1. coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } [plugins] -nmcp = { id = "com.gradleup.nmcp", version = "1.6.1" } +nmcp = { id = "com.gradleup.nmcp", version = "1.6.2" } pluginPublish = { id = "com.gradle.plugin-publish", version = "2.1.1" } mavenPluginDevelopment = { id = "org.gradlex.maven-plugin-development", version = "1.0.3" } shadow = { id = "com.gradleup.shadow", version = "9.6.1" }