update to T2CodeLib 12.0

This commit is contained in:
JaTiTV 2022-06-07 06:40:02 +02:00
parent 4dda4df0ab
commit a40edcd290
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>10.6</version>
<version>12.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>

View File

@ -4,7 +4,7 @@ import lombok.Getter;
public class Util {
@Getter
public static double requiredT2CodeLibVersion = 10.6;
public static double requiredT2CodeLibVersion = 12.0;
@Getter
public static String Prefix = "§8[§4T2Code§7-§aAlias§5Bungee§8]";
@Getter