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 6369d3d commit 1cd14baCopy full SHA for 1cd14ba
1 file changed
build.gradle.kts
@@ -1,8 +1,8 @@
1
plugins {
2
kotlin("jvm") version "2.3.20-Beta1"
3
id("java-library")
4
- id("io.freefair.lombok") version "8.10"
5
- id("com.gradleup.shadow") version "8.3.0"
+ id("io.freefair.lombok") version "9.4.0"
+ id("com.gradleup.shadow") version "9.4.1"
6
}
7
8
group = "me.croabeast"
0 commit comments