Updated to latest BentoBox and Level

This commit is contained in:
Florian CUNY 2018-12-30 14:40:45 +01:00
parent 33353ab4a5
commit 202bcb9dbb
1 changed files with 3 additions and 3 deletions

View File

@ -70,13 +70,13 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>Level</artifactId>
<version>0.1.0-SNAPSHOT</version>
<artifactId>level</artifactId>
<version>0.3.0-SNAPSHOT</version>
</dependency>
</dependencies>