Skip to content

Commit

Permalink
Merge pull request #57 from AzisabaNetwork/renovate/lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style authored Apr 25, 2023
2 parents 59d3d2a + 004a9c5 commit 4c49f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions receiver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
api(project(":common"))
compileOnly("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT")
api("com.zaxxer:HikariCP:4.0.3") // use version 4.0.3 for Java8 support
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
}

tasks {
Expand Down

0 comments on commit 4c49f18

Please sign in to comment.