We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abb284 commit 86f3579Copy full SHA for 86f3579
1 file changed
build.gradle.kts
@@ -35,11 +35,11 @@ dependencies {
35
implementation("org.reflections:reflections:0.10.2")
36
37
// Lombok
38
- implementation("org.projectlombok:lombok:1.18.38")
39
- annotationProcessor("org.projectlombok:lombok:1.18.38")
40
- compileOnly("org.projectlombok:lombok:1.18.38")
41
- testImplementation("org.projectlombok:lombok:1.18.38")
42
- testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
+ implementation("org.projectlombok:lombok:1.18.40")
+ annotationProcessor("org.projectlombok:lombok:1.18.40")
+ compileOnly("org.projectlombok:lombok:1.18.40")
+ testImplementation("org.projectlombok:lombok:1.18.40")
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.40")
43
44
// JetBrains Annotations
45
implementation("org.jetbrains:annotations:26.0.2")
0 commit comments