mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-14 14:35:14 +01:00
Update dependency version in README.md
This commit is contained in:
parent
8bad2c479f
commit
1c2c554781
@ -12,7 +12,7 @@ How to include the API with Maven:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.MilkBowl</groupId>
|
<groupId>com.github.MilkBowl</groupId>
|
||||||
<artifactId>VaultAPI</artifactId>
|
<artifactId>VaultAPI</artifactId>
|
||||||
<version>1.7</version>
|
<version>1.7.1</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -24,7 +24,7 @@ repositories {
|
|||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
|
compileOnly "com.github.MilkBowl:VaultAPI:1.7.1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user