File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Then add this into your dependencies section in your projects pom.xml
1616<dependency >
1717 <groupId >me.themgrf</groupId >
1818 <artifactId >InventoryAPI</artifactId >
19- <version >0 .0.1 </version >
19+ <version >1 .0.0 </version >
2020 <scope >provided</scope >
2121</dependency >
2222```
Original file line number Diff line number Diff line change 66
77 <groupId >me.themgrf</groupId >
88 <artifactId >InventoryAPI</artifactId >
9- <version >0.0.1</version >
9+ <version >1.0.0</version >
10+
11+ <properties >
12+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13+ </properties >
1014
1115 <repositories >
1216 <repository >
1923 <dependency >
2024 <groupId >com.destroystokyo.paper</groupId >
2125 <artifactId >paper-api</artifactId >
22- <version >1.15.2 -R0.1-SNAPSHOT</version >
26+ <version >1.16.1 -R0.1-SNAPSHOT</version >
2327 <scope >provided</scope >
2428 </dependency >
2529 </dependencies >
You can’t perform that action at this time.
0 commit comments