Skip to content

Commit

Permalink
Merge pull request #20 from TheNextLvl-net/dependabot/gradle/plugin/o…
Browse files Browse the repository at this point in the history
…rg.projectlombok-lombok-1.18.36

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 in /plugin
  • Loading branch information
NonSwag authored Nov 20, 2024
2 parents 6b2e6ff + 4203c89 commit 0c76bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ repositories {
dependencies {
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")

compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("net.thenextlvl.core:annotations:2.0.1")

implementation(project(":api"))

implementation("org.bstats:bstats-bukkit:3.1.0")

annotationProcessor("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.36")
}

paper {
Expand Down

0 comments on commit 0c76bdd

Please sign in to comment.