Skip to content

Commit

Permalink
fix: Downgrade internal Spigot dependency version
Browse files Browse the repository at this point in the history
Revert Spigot dependency version from 1.21.3-R0.1-SNAPSHOT to 1.21.2-R0.1-SNAPSHOT.
  • Loading branch information
Metaphoriker committed Oct 29, 2024
1 parent aaa6d26 commit 21e8f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathetic-nms/v1_21_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.21.3-R0.1-SNAPSHOT</version>
<version>1.21.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 21e8f33

Please sign in to comment.