Skip to content

Commit 1cd14ba

Browse files
committed
chore: update build plugins
1 parent 6369d3d commit 1cd14ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
kotlin("jvm") version "2.3.20-Beta1"
33
id("java-library")
4-
id("io.freefair.lombok") version "8.10"
5-
id("com.gradleup.shadow") version "8.3.0"
4+
id("io.freefair.lombok") version "9.4.0"
5+
id("com.gradleup.shadow") version "9.4.1"
66
}
77

88
group = "me.croabeast"

0 commit comments

Comments
 (0)