Skip to content

Commit

Permalink
Add Likes addon dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 30, 2022
1 parent eacec52 commit 403bbab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
<!-- Visit addon version -->
<visit.version>1.5.0-SNAPSHOT</visit.version>
<!-- Level addon version -->
<level.version>1.5.0</level.version>
<level.version>2.5.0</level.version>
<!-- Likes addon version -->
<likes.version>2.1.1</likes.version>
<!-- Panel Utils version -->
<panelutils.version>1.0.0</panelutils.version>
<!-- Revision variable removes warning about dynamic version -->
Expand Down Expand Up @@ -181,6 +183,12 @@
<version>${level.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>likes</artifactId>
<version>${likes.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>visit</artifactId>
Expand Down

0 comments on commit 403bbab

Please sign in to comment.