|
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 |
| - <spigot.version>1.21.6-R0.1-SNAPSHOT</spigot.version> |
58 |
| - <paper.version>1.21.6-R0.1-SNAPSHOT</paper.version> |
59 |
| - <bentobox.version>3.5.0</bentobox.version> |
| 57 | + <spigot.version>1.21.7-R0.1-SNAPSHOT</spigot.version> |
| 58 | + <paper.version>1.21.7-R0.1-SNAPSHOT</paper.version> |
| 59 | + <bentobox.version>3.3.0</bentobox.version> <!-- Errors with later versions regarding kyori--> |
60 | 60 | <!-- Revision variable removes warning about dynamic version -->
|
61 | 61 | <revision>${build.version}-SNAPSHOT</revision>
|
62 | 62 | <!-- Do not change unless you want different name for local builds. -->
|
63 | 63 | <build.number>-LOCAL</build.number>
|
64 | 64 | <!-- This allows to change between versions. -->
|
65 |
| - <build.version>3.0.0</build.version> |
| 65 | + <build.version>3.0.1</build.version> |
66 | 66 |
|
67 | 67 | <sonar.projectKey>BentoBoxWorld_Boxed</sonar.projectKey>
|
68 | 68 | <sonar.organization>bentobox-world</sonar.organization>
|
|
183 | 183 | <version>${spigot.version}</version>
|
184 | 184 | <scope>provided</scope>
|
185 | 185 | </dependency>
|
| 186 | + <dependency> |
| 187 | + <groupId>org.spigotmc.....</groupId> |
| 188 | + <artifactId>spigot</artifactId> |
| 189 | + <version>1.21.6-R0.1-SNAPSHOT</version> |
| 190 | + <scope>provided</scope> |
| 191 | + </dependency> |
186 | 192 | <dependency>
|
187 | 193 | <groupId>org.spigotmc....</groupId>
|
188 | 194 | <artifactId>spigot</artifactId>
|
|
0 commit comments