Merge pull request #188 from AtlasMediaGroup/Wild1145-patch-1

Correct CoreProtect Version
This commit is contained in:
Paldiu 2022-01-17 11:35:09 -06:00 committed by GitHub
commit 850f12103c
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>