Skip to content

Commit

Permalink
Updated BentoBox, Level, Spigot dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Apr 8, 2020
1 parent 8c32dcc commit 8fb94ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<java.version>1.8</java.version>
<powermock.version>2.0.2</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.6.0</bentobox.version>
<level.version>1.6.0</level.version>
<spigot.version>1.15.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.12.0</bentobox.version>
<level.version>1.9.3</level.version>
<vault.version>1.7</vault.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/addon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Biomes
main: world.bentobox.biomes.BiomesAddon
version: ${project.version}${build.number}
api-version: 1.12

repository: 'BentoBoxWorld/Biomes'
metrics: true
Expand Down

0 comments on commit 8fb94ee

Please sign in to comment.