Correct CoreProtect Version

To align with the version running on Freedom-01 at the moment.
This commit is contained in:
Ryan 2022-01-16 18:22:16 +00:00 committed by GitHub
parent 2eb0ab4cb1
commit 7fd77f3cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@
<dependency> <dependency>
<groupId>net.coreprotect</groupId> <groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId> <artifactId>coreprotect</artifactId>
<version>19.5</version> <version>20.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>