Skip to content

Commit

Permalink
Fix compile error for API 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Jan 1, 2020
1 parent 70ca9db commit 1777f98
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@
<url>https://github.com/Rexcantor/Triton</url>
<tag>HEAD</tag>
</scm>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>bungeecord-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.15-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>TritonAPI-v${project.version}</finalName>
<plugins>
Expand Down

0 comments on commit 1777f98

Please sign in to comment.