Skip to content

Commit

Permalink
Updated suggested dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Sep 5, 2021
1 parent c1cb550 commit cc4c1d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@ otherwise have been far more time-consuming.
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-common</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically for loading/retrieving custom skull items. -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-skulls</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically as a full GUI arsenal (Singular/Paginated/Shared/Live/Slideshow/Anvil). -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-gui</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<!-- Used specifically for region related services. -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-regions</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<!-- Plugin internals, submodules marked to shade (Includes main class + plugin.yml, try not to use this) -->
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth-plugin</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit cc4c1d8

Please sign in to comment.