Skip to content

Commit

Permalink
fix double bars, update placeholderapi version
Browse files Browse the repository at this point in the history
SchnTgaiSpock committed Oct 31, 2024
1 parent b2e76b9 commit ea975eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
</properties>

<repositories>
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>

<repository>
<id>paper-repo</id>
<url>https://repo.destroystokyo.com/repository/maven-public/</url>
@@ -31,6 +26,11 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>

<build>
@@ -129,7 +129,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.4</version>
<version>2.11.6</version>
<scope>provided</scope>
</dependency>

0 comments on commit ea975eb

Please sign in to comment.