Skip to content

Commit

Permalink
Updated pom.xml to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy1237 committed Dec 20, 2018
1 parent 68c496e commit d9b9615
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 @@ -8,7 +8,7 @@
<artifactId>DwarfCraft</artifactId>
<name>DwarfCraft</name>
<packaging>jar</packaging>
<version>4.2.0</version>
<version>4.2.1</version>

<repositories>
<repository>
Expand Down Expand Up @@ -38,14 +38,14 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13-R0.1-SNAPSHOT</version>
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Citizens API-->
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizensapi</artifactId>
<version>2.0.23-SNAPSHOT</version>
<version>2.0.24-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!--Vault API-->
Expand Down

0 comments on commit d9b9615

Please sign in to comment.