Skip to content

Commit e3b6983

Browse files
authored
Bump ProtocolLib to 5.4.0 (#5)
2 parents 13551f0 + 953c18c commit e3b6983

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<id>spigotmc-repo</id>
2121
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2222
</repository>
23-
<repository>
24-
<id>dmulloy2-repo</id>
25-
<url>https://repo.dmulloy2.net/content/groups/public/</url>
26-
</repository>
2723
</repositories>
2824

2925
<dependencies>
@@ -36,15 +32,14 @@
3632
<dependency>
3733
<groupId>net.dmulloy2</groupId>
3834
<artifactId>ProtocolLib</artifactId>
39-
<version>5.3.0</version>
35+
<version>5.4.0</version>
4036
<scope>provided</scope>
4137
</dependency>
4238
<dependency>
4339
<groupId>org.jetbrains</groupId>
4440
<artifactId>annotations</artifactId>
4541
<version>23.0.0</version>
46-
<!-- Annotations is only used during compilation. -->
47-
<scope>provided</scope>
42+
<scope>compile</scope>
4843
</dependency>
4944
</dependencies>
5045

src/main/resources/plugin.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ name: ${project.name}
22
main: ${project.groupId}.${project.artifactId}.${project.name}
33
version: ${project.version}
44
api-version: "1.15"
5-
author: Jikoo
6-
softdepend: ["ProtocolLib"]
5+
authors:
6+
- Jikoo
7+
- Cloudnode
8+
depend: ["ProtocolLib"]

0 commit comments

Comments
 (0)