Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
1.18
Browse files Browse the repository at this point in the history
+ Update Spigot to 1.18
+ Update jetbrains annotations to 22.0.0
+ Update NBTAPI to 2.9.0-SNAPHOT
  • Loading branch information
Puyodead1 committed Nov 30, 2021
1 parent 5a2d8fe commit e565db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
Expand All @@ -50,13 +50,13 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<version>22.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -112,7 +112,7 @@
<configuration>
<target>
<copy file="target/${project.name}-${project.version}.jar"
toFile="C:\Users\23562\Desktop\SpigotServers\1.17\plugins\${project.name}-${project.version}.jar"/>
toFile="C:\Users\23562\Desktop\Spigot\1.18\plugins\${project.name}-${project.version}.jar"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit e565db7

Please sign in to comment.