From be07738fc48a4643915ca3b5488d0a054f43d6923340c0cc52e9aaf26cd479e9 Mon Sep 17 00:00:00 2001 From: Minimons Date: Sat, 7 Feb 2026 10:28:01 +0100 Subject: [PATCH] NoIssue: Dependency bump --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f8c864b..528b7b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,10 +28,9 @@ repositories { } dependencies { - // The test classes are compiled with these: + compileOnly("org.jetbrains:annotations:26.0.2-1") implementation("com.r35157.libs:random-api:0.1-dev") implementation("com.r35157.libs:random-impl-ref:0.1-dev") - implementation("org.jetbrains:annotations:26.0.1") // The JUnit platform will not be included in the JAR file but are needed for running the tests: testImplementation(platform("org.junit:junit-bom:5.11.4"))