Add correct Level addon version

This commit is contained in:
BONNe 2019-02-13 16:49:01 +02:00 committed by GitHub
parent 78fa459aa4
commit e0022b5c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -100,13 +100,13 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>level</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -256,4 +256,4 @@
</plugins>
</build>
</project>
</project>