We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13551f0 commit dceebe3Copy full SHA for dceebe3
1 file changed
pom.xml
@@ -20,10 +20,6 @@
20
<id>spigotmc-repo</id>
21
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
22
</repository>
23
- <repository>
24
- <id>dmulloy2-repo</id>
25
- <url>https://repo.dmulloy2.net/content/groups/public/</url>
26
- </repository>
27
</repositories>
28
29
<dependencies>
@@ -36,15 +32,14 @@
36
32
<dependency>
37
33
<groupId>net.dmulloy2</groupId>
38
34
<artifactId>ProtocolLib</artifactId>
39
- <version>5.3.0</version>
35
+ <version>5.4.0</version>
40
<scope>provided</scope>
41
</dependency>
42
43
<groupId>org.jetbrains</groupId>
44
<artifactId>annotations</artifactId>
45
<version>23.0.0</version>
46
- <!-- Annotations is only used during compilation. -->
47
- <scope>provided</scope>
+ <scope>compile</scope>
48
49
</dependencies>
50
0 commit comments