Change Maven version from deprecated LATEST (#2913)

This commit is contained in:
BuzzTheGamer23 2022-10-01 04:23:02 -05:00 committed by GitHub
parent e71c88f860
commit c7eb2e4b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ You can find official dev builds here:
<dependency>
<groupId>com.viaversion</groupId>
<artifactId>viaversion-api</artifactId>
<version>LATEST</version>
<version>[4.0.0,5.0.0)</version>
<scope>provided</scope>
</dependency>
```