Skip to content

Commit

Permalink
Add limits addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume-Lebegue committed May 24, 2020
1 parent 23be78b commit 343016e
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 180 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<spigot.version>1.15.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.14.0-SNAPSHOT</bentobox.version>
<level.version>2.0.0</level.version>
<limits.version>1.12.1</limits.version>
<vault.version>1.7</vault.version>

<revision>${build.version}-SNAPSHOT</revision>
Expand Down Expand Up @@ -133,6 +134,12 @@
<groupId>world.bentobox</groupId>
<artifactId>level</artifactId>
<version>${level.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>limits</artifactId>
<version>${limits.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 343016e

Please sign in to comment.