From 76180d827e13bb6d0b94f01d785951c318075a91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:13:54 +0000 Subject: [PATCH] fix(deps): update dependency org.incendo:cloud-annotations to v2.1.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e98ecf5..b0f2f76 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -25,7 +25,7 @@ dependencyResolutionManagement { //Cloud command framework library("cloudPaper", "org.incendo", "cloud-paper").version("2.0.0") - library("cloudAnnotations", "org.incendo", "cloud-annotations").version("2.0.0") + library("cloudAnnotations", "org.incendo", "cloud-annotations").version("2.1.0") library("cloudExtras", "org.incendo", "cloud-minecraft-extras").version("2.0.0") library("commodore", "me.lucko", "commodore").version("2.2")