This commit is contained in:
Telesphoreo 2020-11-07 22:11:15 -06:00
commit 89034a433d
4 changed files with 10 additions and 10 deletions

View file

@ -23,9 +23,9 @@ dependencies {
implementation(project(":PlotSquared-Core"))
compile("org.bstats:bstats-bukkit:1.7")
compile(project(":PlotSquared-Core"))
compile("com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT")
implementation("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.2.0-SNAPSHOT") {
compile("com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT")
implementation("org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT")
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.2.0") {
exclude(module: "bukkit")
}
compile("io.papermc:paperlib:1.0.4")

View file

@ -27,13 +27,13 @@
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.16.2-R0.1-SNAPSHOT</version>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@ -99,7 +99,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.0.0</version>
<version>7.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@ -155,7 +155,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.2-R0.1-SNAPSHOT</version>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>

View file

@ -27,7 +27,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.0.0</version>
<version>7.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>

View file

@ -34,7 +34,7 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.13.8"
def ver = "5.13.9"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {
@ -71,7 +71,7 @@ subprojects {
dependencies {
compile group: 'org.json', name: 'json', version: '20200518'
implementation("com.sk89q.worldedit:worldedit-core:7.0.0") {
implementation("com.sk89q.worldedit:worldedit-core:7.2.0") {
exclude(module: "bukkit-classloader-check")
exclude(module: "mockito-core")
exclude(module: "dummypermscompat")