Skip to content

Commit

Permalink
Add correct Level addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 13, 2019
1 parent 78fa459 commit e0022b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -256,4 +256,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit e0022b5

Please sign in to comment.