Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Dec 9, 2024
1 parent ba00517 commit b69a56f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
annotationProcessor("org.projectlombok:lombok:1.18.36")

testCompileOnly("org.projectlombok:lombok:1.18.34")
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
testCompileOnly("org.projectlombok:lombok:1.18.36")
testAnnotationProcessor("org.projectlombok:lombok:1.18.36")
}

afterEvaluate {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ val dist = getApiDependencyProject("dist").spigot()
.dependency("io.github.toxicity188:BetterHud-bukkit-api:1.10")
.dependency("net.citizensnpcs:citizens-main:2.0.35-SNAPSHOT")
.dependency("com.github.SkriptLang:Skript:2.9.5")
.dependency("com.nexomc:nexo:0.3.0")
.dependency("io.th0rgal:oraxen:1.185.0")
.dependency("com.nexomc:nexo:0.4.0")
.dependency("io.th0rgal:oraxen:1.186.0")
.also {
it.tasks.processResources {
filteringCharset = Charsets.UTF_8.name()
Expand Down

0 comments on commit b69a56f

Please sign in to comment.