From 5b99f34b49afee7dbf209eb6a2716589f53bbb18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:38:53 +0000 Subject: [PATCH] chore(deps): update plugin net.kyori.indra.publishing to v3.1.3 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 90f690d..e871f89 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ pluginManagement { id("org.cadixdev.licenser") version "0.6.1" id("net.kyori.indra") version "3.1.3" id("net.kyori.indra.git") version "3.1.3" - id("net.kyori.indra.publishing") version "3.1.2" + id("net.kyori.indra.publishing") version "3.1.3" id("net.kyori.blossom") version "1.3.1" } }