T2CodeLib 15.7 is required
This commit is contained in:
JaTiTV 2023-07-16 08:27:20 +02:00
parent a1ffd48f3e
commit 7e6c889583
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<groupId>net.t2code</groupId>
<artifactId>Alias</artifactId>
<version>1.3_beta-2</version>
<version>1.3</version>
<packaging>jar</packaging>
<name>T2C-Alias</name>
@ -71,8 +71,8 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>15.6</version>
<classifier>dev-3</classifier>
<version>15.7</version>
<!--classifier>dev-3</classifier-->
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -8,7 +8,7 @@ public class Util {
}
public static String getRequiredT2CodeLibVersion() {
return "15.6";
return "15.7";
}
public static String getPrefix() {