Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
update jefflib and papi version
  • Loading branch information
pseudoforceyt authored Apr 19, 2023
1 parent 23a3228 commit be7db1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.pseudoforce</groupId>
<artifactId>PlayerBiomes</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>

<name>PlayerBiomes</name>
<description>Plugin for Getting player biome using NMS through a PAPI placeholder</description>
Expand All @@ -22,19 +22,19 @@
<dependency>
<groupId>com.jeff_media</groupId>
<artifactId>JeffLib</artifactId>
<version>12.0.2</version>
<version>12.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.2</version>
<version>2.11.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit be7db1f

Please sign in to comment.