Skip to content

Commit

Permalink
More pom updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed May 9, 2023
1 parent c7b58b9 commit 67c1ccd
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 @@ -59,7 +59,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.19.4-R0.1-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -72,13 +72,13 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>SiegeWar</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.2</version>
<version>24.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>com.github.bsideup.jabel</groupId>
<artifactId>jabel-javac-plugin</artifactId>
<version>0.4.2</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 67c1ccd

Please sign in to comment.