diff --git a/build.gradle.kts b/build.gradle.kts index 3f20550..102a667 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { testAnnotationProcessor("org.projectlombok:lombok:1.18.38") // JetBrains Annotations - implementation("org.jetbrains:annotations:26.0.2") + implementation("org.jetbrains:annotations:26.0.2-1") // JUnit and SLF4J for testing testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")