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.
2 parents eed4442 + 63090d0 commit 1bf2a45Copy full SHA for 1bf2a45
build.gradle
@@ -34,7 +34,7 @@ repositories {
34
dependencies {
35
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
36
compileOnly "org.jetbrains:annotations:26.0.2"
37
- compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36"))
+ compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.38"))
38
compileOnly "net.raphimc:ViaProxy:3.4.1-SNAPSHOT"
39
include "net.lenni0451.commons:gson:1.7.0"
40
}
0 commit comments