Skip to content

Commit

Permalink
Merge pull request #2 from BlockhostOfficial/renovate/org.projectlomb…
Browse files Browse the repository at this point in the history
…ok-lombok-1.x

Update dependency org.projectlombok:lombok to v1.18.28
  • Loading branch information
AlexProgrammerDE authored Jul 1, 2023
2 parents 2bf83a4 + e26bb14 commit 5e9959d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
compileOnly("net.kyori:adventure-text-minimessage:4.14.0")
compileOnly("io.github.miniplaceholders:miniplaceholders-api:2.2.0")

compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
}

tasks {
Expand Down

0 comments on commit 5e9959d

Please sign in to comment.