Skip to content

Commit

Permalink
Update to 1.16 API, drop CompatibilityLib
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWolf committed Jun 22, 2021
1 parent 2cfd94a commit 9c6c7ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.java>1.8</version.java>
<bukkit.version>1.9.2-R0.1-SNAPSHOT</bukkit.version>
<bukkit.version>1.16.5-R0.1-SNAPSHOT</bukkit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -81,14 +81,6 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/Heroes.jar</systemPath>
</dependency>

<!-- Compatibility Lib (shaded) -->
<dependency>
<groupId>com.elmakers.mine.bukkit</groupId>
<artifactId>CompatibilityLib</artifactId>
<version>1.9-1.16-4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9c6c7ee

Please sign in to comment.