Build process now fetches latest const lib when required

This commit is contained in:
Ceikry 2022-07-08 10:00:29 +00:00 committed by Ryan
parent 2ae3c5c5d1
commit 07576f8c75

View file

@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>org.rs09.consts</groupId> <groupId>org.rs09.consts</groupId>
<artifactId>ConstLib</artifactId> <artifactId>ConstLib</artifactId>
<version>1.4</version> <version>[1.4.0,)</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>