Skip to content

Commit

Permalink
Bump codingapi version and fix kyori event-api not found
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzimmermann committed Oct 20, 2024
1 parent a0bed05 commit a9e4ee5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions TradeSystem-Spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@
<id>rosewood-repo</id>
<url>https://repo.rosewooddev.io/repository/public/</url>
</repository>

<!-- both required for griefdefender for some reason -->
<repository>
<id>griefdefender</id>
<url>https://repo.glaremasters.me/repository/bloodshot</url>
</repository>
<repository>
<id>sonatype_snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

<repository>
<id>nexus</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.CodingAir</groupId>
<artifactId>CodingAPI</artifactId>
<version>1.88</version>
<version>1.89</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a9e4ee5

Please sign in to comment.