Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Dec 21, 2021
2 parents b86565f + 0374e1c commit b746b03
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,21 @@ otherwise have been far more time-consuming.
<version>1.7.3</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically for pastebin/hastebin related services. NEW! -->
<!-- Used specifically for permission related services (Vault replacement). -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-perms</artifactId>
<version>1.7.3</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically for pastebin/hastebin related services. -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-paste</artifactId>
<version>1.7.3</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically for placeholder provision services. NEW! -->
<!-- Used specifically for placeholder provision services. -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-placeholders</artifactId>
Expand Down

0 comments on commit b746b03

Please sign in to comment.