bumped skript + spigot api version

This commit is contained in:
mohammed jasem alaajel 2020-12-14 13:55:01 +04:00 committed by Govindas
parent dea5fcfc56
commit 82f4a88cf5
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
target
out
.idea
compile
compile
*.iml

View File

@ -50,13 +50,13 @@
<dependency>
<groupId>com.github.SkriptLang</groupId>
<artifactId>Skript</artifactId>
<version>2.5.1</version>
<version>2.5.3</version>
<scope>provided</scope>
</dependency>
<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>provided</scope>
</dependency>
<dependency>