File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ How to include the API with Maven:
1414 <dependency >
1515 <groupId >net.milkbowl.vault</groupId >
1616 <artifactId >VaultUnlockedAPI</artifactId >
17- <version >2.10 </version ><!-- Validate this is the most recent version from the CI -->
17+ <version >2.11 </version ><!-- Validate this is the most recent version from the CI -->
1818 <scope >provided</scope >
1919 </dependency >
2020</dependencies >
@@ -26,7 +26,7 @@ repositories {
2626 maven { url 'https://repo.codemc.org/repository/maven-public' }
2727}
2828dependencies {
29- compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.9 "
29+ compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.11 "
3030}
3131```
3232
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.milkbowl.vault</groupId >
55 <artifactId >VaultUnlockedAPI</artifactId >
6- <version >2.10 </version >
6+ <version >2.11 </version >
77
88
99 <name >VaultUnlockedAPI</name >
You can’t perform that action at this time.
0 commit comments