|
50 | 50 | <properties> |
51 | 51 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
52 | 52 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
53 | | - <java.version>17</java.version> |
| 53 | + <java.version>21</java.version> |
54 | 54 | <!-- Non-minecraft related dependencies --> |
55 | 55 | <powermock.version>2.0.9</powermock.version> |
56 | 56 | <!-- More visible way how to change dependency versions --> |
57 | 57 | <spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version> |
58 | 58 | <bentobox.version>2.7.1-SNAPSHOT</bentobox.version> |
| 59 | + <items-adder.version>4.0.10</items-adder.version> |
59 | 60 | <level.version>2.6.2</level.version> |
60 | 61 | <bank.version>1.3.0</bank.version> |
61 | 62 | <!-- Revision variable removes warning about dynamic version --> |
62 | 63 | <revision>${build.version}-SNAPSHOT</revision> |
63 | 64 | <!-- Do not change unless you want different name for local builds. --> |
64 | 65 | <build.number>-LOCAL</build.number> |
65 | 66 | <!-- This allows to change between versions. --> |
66 | | - <build.version>1.19.0</build.version> |
| 67 | + <build.version>1.20.0</build.version> |
67 | 68 | <!-- SonarCloud --> |
68 | 69 | <sonar.projectKey>BentoBoxWorld_AOneBlock</sonar.projectKey> |
69 | 70 | <sonar.organization>bentobox-world</sonar.organization> |
|
145 | 146 | <id>jitpack-repo</id> |
146 | 147 | <url>https://jitpack.io</url> |
147 | 148 | </repository> |
| 149 | + <repository> |
| 150 | + <id>matteodev</id> |
| 151 | + <url>https://maven.devs.beer/</url> |
| 152 | + </repository> |
148 | 153 | </repositories> |
149 | 154 |
|
150 | 155 | <dependencies> |
|
213 | 218 | <scope>provided</scope> |
214 | 219 | </dependency> |
215 | 220 | <dependency> |
216 | | - <groupId>com.github.LoneDev6</groupId> |
217 | | - <artifactId>API-ItemsAdder</artifactId> |
218 | | - <version>3.5.0b</version> |
| 221 | + <groupId>dev.lone</groupId> |
| 222 | + <artifactId>api-itemsadder</artifactId> |
| 223 | + <version>${items-adder.version}</version> |
219 | 224 | <scope>provided</scope> |
220 | 225 | </dependency> |
221 | 226 |
|
|
0 commit comments