Update API versions (#1052)

Update the pom.xml and plugin.yml Spigot API versions from 1.13 to 1.15.
This commit is contained in:
Numin 2020-02-29 02:12:25 -06:00 committed by GitHub
parent e4f2f4fc8f
commit 3739c198a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- lang3 -->

View file

@ -1,6 +1,6 @@
name: ProjectKorra
author: ProjectKorra
api-version: 1.13
api-version: 1.15
version: ${project.version}
main: com.projectkorra.projectkorra.ProjectKorra
softdepend: [PreciousStones, WorldGuard, WorldEdit, FactionsFramework, GriefPrevention, Towny, NoCheatPlus, LWC, Residence, Kingdoms, RedProtect, PlaceholderAPI]