Skip to content

Commit 99037b2

Browse files
committed
Bump mockbukkit and fix test dep
1 parent ac46a5f commit 99037b2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.apache.tools.ant.filters.ReplaceTokens
22

33
plugins {
4-
id 'org.mvplugins.multiverse-plugin' version '1.2.1'
4+
id 'org.mvplugins.multiverse-plugin' version '1.2.2'
55
}
66

77
group = 'org.mvplugins.multiverse.core'
@@ -25,14 +25,12 @@ repositories {
2525
}
2626

2727
configure(apiDependencies) {
28-
serverApiVersion = '1.21.9-R0.1-SNAPSHOT'
28+
serverApiVersion = '1.21.8-R0.1-SNAPSHOT'
2929
mockBukkitServerApiVersion = '1.21'
30-
mockBukkitVersion = '4.78.0'
30+
mockBukkitVersion = '4.84.0'
3131
}
3232

3333
dependencies {
34-
testImplementation 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
35-
3634
// Economy
3735
externalPlugin('com.github.MilkBowl:VaultAPI:1.7.1') {
3836
exclude group: 'org.bukkit', module: 'bukkit'

0 commit comments

Comments
 (0)