Skip to content

Commit

Permalink
📝 fix 1.20.4-R0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sstudiosdev authored Apr 15, 2024
1 parent ffde47f commit 9306776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope> <!-- Provided scope as it's provided by the Spigot server -->
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<!-- Commons IO Dependency -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.15.1</version>
</dependency>

<!-- Apache Commons Lang Dependency -->
Expand Down

0 comments on commit 9306776

Please sign in to comment.