update PEX lib to latest

This commit is contained in:
Nick Minkler 2013-12-28 16:36:29 -08:00
parent 8d52c31ea1
commit 5124e559b7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -243,7 +243,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<dependency>
<groupId>me.mjolnir.mineconomy.MineConomy</groupId>
<artifactId>MineConomy</artifactId>
<version>1.4</version>
<version>1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MineConomy.jar</systemPath>
</dependency>
@ -271,7 +271,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.19.3</version>
<version>1.20.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PermissionsEx.jar</systemPath>
</dependency>