Skip to content

Commit 8a43073

Browse files
committed
fix: (deps) spigot-api
1 parent d8d9bfb commit 8a43073

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
<id>spigot-repo</id>
3838
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
3939
</repository>
40-
<repository>
41-
<id>sonatype-snapshots</id>
42-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
43-
</repository>
44-
<repository>
45-
<id>sonatype-central</id>
46-
<url>https://oss.sonatype.org/content/repositories/central</url>
47-
</repository>
4840
</repositories>
4941

5042
<dependencies>
@@ -80,8 +72,8 @@
8072
</dependency>
8173
<dependency>
8274
<groupId>org.spigotmc</groupId>
83-
<artifactId>spigot</artifactId>
84-
<version>1.21-R0.1-SNAPSHOT</version>
75+
<artifactId>spigot-api</artifactId>
76+
<version>1.21.1-R0.1-SNAPSHOT</version>
8577
<scope>provided</scope>
8678
</dependency>
8779
<dependency>

0 commit comments

Comments
 (0)