Include scope in dependency information (#1390)

Ideally will reduce the number of people shading GP into their projects by mistake.
This commit is contained in:
Adam 2021-06-04 20:23:18 -04:00 committed by GitHub
parent cac5aa04f1
commit 6e62779d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ Replace `<version>` number with this number: [![](https://jitpack.io/v/TechFortr
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.17.1</version>
<scope>provided</scope>
</dependency>
```