Skip to content

Commit a639b82

Browse files
committed
Fixed different Lombok dependencies
Fixes projectlombok/lombok#2259
1 parent b4d404c commit a639b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
// Lombok
5353
compileOnly 'org.projectlombok:lombok:1.18.10'
54-
annotationProcessor 'org.projectlombok:lombok:1.18.8'
54+
annotationProcessor 'org.projectlombok:lombok:1.18.10'
5555

5656
testImplementation 'junit:junit:4.12'
5757
}

0 commit comments

Comments
 (0)