Compare commits

...

2 Commits

Author SHA1 Message Date
mfnalex 41ad3c66b4 2.2.6 2023-06-13 17:48:33 +02:00
mfnalex 7d07726a80 2.2.6 2023-06-13 17:47:36 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.jeff_media</groupId>
<name>BetterTridents</name>
<artifactId>BetterTridents</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
<properties>
<spigot.prefix>${project.name}</spigot.prefix>
@ -116,13 +116,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jeff_media</groupId>
<artifactId>JeffLib</artifactId>
<version>12.3.1</version>
<version>12.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>