Update ANSI version

Fixes #22
This commit is contained in:
games647 2021-05-19 17:32:13 +02:00
parent 183b46aeac
commit 809b909c30
No known key found for this signature in database
GPG Key ID: BFC68C8708713A88
1 changed files with 10 additions and 2 deletions

12
pom.xml
View File

@ -104,7 +104,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13.1-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@ -126,7 +126,8 @@
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.17</version>
<version>2.3.0</version>
<!-- Shade this library for ANSI codes -->
</dependency>
<dependency>
@ -137,5 +138,12 @@
<!--<version>2.0-beta9</version>-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>