mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-22 18:46:39 +01:00
Update AnvilGUI api.
This commit is contained in:
parent
cfad9150c7
commit
39bd3cbec9
6
pom.xml
6
pom.xml
@ -39,7 +39,7 @@
|
||||
<bentobox.version>1.5.2</bentobox.version>
|
||||
<level.version>1.5.0</level.version>
|
||||
<vault.version>1.7</vault.version>
|
||||
<anvilgui.version>a07c9b64f7</anvilgui.version>
|
||||
<anvilgui.version>1.2.2-SNAPSHOT</anvilgui.version>
|
||||
<!-- Revision variable removes warning about dynamic version -->
|
||||
<revision>${build.version}-SNAPSHOT</revision>
|
||||
<!-- This allows to change between versions and snapshots. -->
|
||||
@ -171,8 +171,8 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.BONNe</groupId>
|
||||
<artifactId>AnvilGUI</artifactId>
|
||||
<groupId>net.wesjd</groupId>
|
||||
<artifactId>anvilgui</artifactId>
|
||||
<version>${anvilgui.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user