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> <dependency>
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId> <artifactId>bentobox</artifactId>
<version>0.15.0-SNAPSHOT</version> <version>0.18.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>Level</artifactId> <artifactId>level</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>