Skip to content

Commit

Permalink
Bump spigot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicbo committed Mar 8, 2022
1 parent 961573c commit 9afc18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum NMSVersion {
v1_15_R1,
v1_16_R1, v1_16_R2, v1_16_R3,
v1_17_R1,
v1_18_R1;
v1_18_R1, v1_18_R2;

private static final NMSVersion CURRENT_VERSION;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9afc18b

Please sign in to comment.