Skip to content

Commit

Permalink
build: bump ClopLib to 1.0.12, fix #227
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Nov 3, 2024
1 parent 9ed46f6 commit 30eedf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
implementation 'io.papermc:paperlib:1.0.8'
implementation 'space.arim.morepaperlib:morepaperlib:0.4.4'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.11'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.12'
implementation 'org.bstats:bstats-bukkit:3.1.0'
implementation 'de.exlll:configlib-yaml:4.5.0'

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
api 'net.william278:minedown:1.8.2'
api 'net.william278:paginedown:1.1.2'
api 'net.william278.cloplib:cloplib-common:1.0.11'
api 'net.william278.cloplib:cloplib-common:1.0.12'
api 'net.william278:DesertWell:2.0.4'
api('com.zaxxer:HikariCP:6.0.0') {
exclude module: 'slf4j-api'
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.11'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.12'

annotationProcessor 'org.projectlombok:lombok:1.18.34'
}
Expand Down

0 comments on commit 30eedf7

Please sign in to comment.