Skip to content

Commit e6facd3

Browse files
committed
1.18 update
1 parent a30cd28 commit e6facd3

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

Implementations/Spigot/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ dependencies {
5454

5555
// api 'com.github.stefvanschie.inventoryframework:IF:' + project.if
5656

57-
58-
// compileOnly "org.spigotmc:spigot-api:" + project.spigotapi
59-
compileOnly 'io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT'
57+
compileOnly 'io.papermc.paper:paper-api:' + project.spigotapi
6058

6159
compileOnly("org.spigotmc:plugin-annotations:" + project.pluginannotations) {
6260
exclude group: "org.bukkit", module: "bukkit"

gradle.properties

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ parsii=4.0
66
guice=5.0.1
77
# Common
88
bytebuddy=1.12.1
9-
acf=0.5.0-SNAPSHOT
10-
graal=21.1.0
9+
acf=0.5.1-SNAPSHOT
1110
# Spigot
1211
autoservice=1.0
1312
pluginannotations=1.2.3-SNAPSHOT
14-
if=0.9.9
15-
spigotapi=1.17.1-R0.1-SNAPSHOT
16-
protocollib=4.6.0
17-
nbtapi=2.8.0
18-
effectlib=9.3
13+
if=0.10.4
14+
spigotapi=1.18.1-R0.1-SNAPSHOT
15+
protocollib=4.7.0
16+
nbtapi=2.9.1
17+
effectlib=9.4
1918
papi=2.10.9
20-
hdisplays=2.4.0
19+
hdisplays=2.4.9
2120
mmoitems=6.5.5
2221
mythiclib=1.0.17
2322
mythicmobs=4.12.0

0 commit comments

Comments
 (0)