Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonUden committed Nov 1, 2024
1 parent 9832dad commit 4f18a72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MCTournamentSystem-Lobby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<name>Respark - Maven Repository</name>
<url>https://maven.respark.dev/releases</url>
</repository>
<repository>
<id>citizens-repo</id>
<url>https://maven.citizensnpcs.co/repo</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -196,7 +200,7 @@
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-main</artifactId>
<version>2.0.29-SNAPSHOT</version>
<version>2.0.35-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -214,4 +218,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 4f18a72

Please sign in to comment.