Update AnvilGUI api.

This commit is contained in:
BONNe 2019-07-13 19:31:12 +03:00 committed by GitHub
parent cfad9150c7
commit 39bd3cbec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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>