We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac46a5f + 99037b2 commit 4004554Copy full SHA for 4004554
1 file changed
build.gradle
@@ -1,7 +1,7 @@
1
import org.apache.tools.ant.filters.ReplaceTokens
2
3
plugins {
4
- id 'org.mvplugins.multiverse-plugin' version '1.2.1'
+ id 'org.mvplugins.multiverse-plugin' version '1.2.2'
5
}
6
7
group = 'org.mvplugins.multiverse.core'
@@ -25,14 +25,12 @@ repositories {
25
26
27
configure(apiDependencies) {
28
- serverApiVersion = '1.21.9-R0.1-SNAPSHOT'
+ serverApiVersion = '1.21.8-R0.1-SNAPSHOT'
29
mockBukkitServerApiVersion = '1.21'
30
- mockBukkitVersion = '4.78.0'
+ mockBukkitVersion = '4.84.0'
31
32
33
dependencies {
34
- testImplementation 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
35
-
36
// Economy
37
externalPlugin('com.github.MilkBowl:VaultAPI:1.7.1') {
38
exclude group: 'org.bukkit', module: 'bukkit'
0 commit comments