Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TrueMB/RentIt.git into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueMB committed Jun 12, 2022
2 parents 61cd46d + 875a3d9 commit d5ff606
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>RentIt</groupId>
<artifactId>RentIt</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<name>RentIt</name>
<description>Player Shop and Hotel Rent System</description>

Expand Down Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -172,15 +172,15 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.7-SNAPSHOT</version>
<version>7.1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<!-- CITIZENS -->
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-main</artifactId>
<version>2.0.29-SNAPSHOT</version>
<version>2.0.30-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand All @@ -204,15 +204,15 @@
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.3</version>
<version>5.4</version>
<scope>provided</scope>
</dependency>

<!-- bStats -->
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit d5ff606

Please sign in to comment.