Skip to content

Commit

Permalink
Tighten up minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 7, 2025
1 parent 435764a commit c3397a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- More visible way how to change dependency versions -->
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
<spigot-annotations.version>1.2.3-SNAPSHOT</spigot-annotations.version>
<bentobox.version>3.0.0-SNAPSHOT</bentobox.version>
<bentobox.version>3.2.4-SNAPSHOT</bentobox.version>
<level.version>2.6.3</level.version>
<vault.version>1.7</vault.version>
<panelutils.version>1.2.0</panelutils.version>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/addon.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Challenges
main: world.bentobox.challenges.ChallengesAddon
version: ${version}${build.number}
api-version: 2.7.1
api-version: 3.2.4
repository: 'BentoBoxWorld/Challenges'
metrics: true

authors:
- tastybento
- BONNe

softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, Level
softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, Level, Poseidon, Boxed

permissions:
addon.admin.challenges:
Expand Down

0 comments on commit c3397a1

Please sign in to comment.