Bumped to v0.7.3

This commit is contained in:
stijnb1234 2021-07-15 12:17:20 +02:00
parent 28df4a1d86
commit bcd700f451

View file

@ -5,7 +5,7 @@
<groupId>nl.SBDeveloper</groupId> <groupId>nl.SBDeveloper</groupId>
<artifactId>V10Lift2</artifactId> <artifactId>V10Lift2</artifactId>
<version>0.7.2</version> <version>0.7.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>V10Lift</name> <name>V10Lift</name>
@ -174,7 +174,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version> <version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -206,7 +206,7 @@
<dependency> <dependency>
<groupId>com.github.cryptomorin</groupId> <groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId> <artifactId>XSeries</artifactId>
<version>7.9.1.1</version> <version>8.0.0</version>
</dependency> </dependency>
<dependency> <dependency>