From bcfd3a8fc98e4a751969b7dcf4939905c15136c5dda433f901599815017a654d Mon Sep 17 00:00:00 2001 From: Minimons Date: Sat, 7 Feb 2026 10:03:25 +0100 Subject: [PATCH] NoIssue: Dependency bump --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 05c332a..cbc9e89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation("org.jetbrains:annotations:26.0.1") + compileOnly("org.jetbrains:annotations:26.0.2-1") } java {