|
58 | 58 | <!-- Non-minecraft related dependencies --> |
59 | 59 | <powermock.version>2.0.9</powermock.version> |
60 | 60 | <!-- More visible way how to change dependency versions --> |
61 | | - <spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version> |
62 | | - <bentobox.version>2.0.0-SNAPSHOT</bentobox.version> |
| 61 | + <spigot.version>1.21-R0.1-SNAPSHOT</spigot.version> |
| 62 | + <bentobox.version>2.4.0-SNAPSHOT</bentobox.version> |
63 | 63 | <!-- Revision variable removes warning about dynamic version --> |
64 | 64 | <revision>${build.version}-SNAPSHOT</revision> |
65 | 65 | <!-- Do not change unless you want different name for local builds. --> |
66 | 66 | <build.number>-LOCAL</build.number> |
67 | 67 | <!-- This allows to change between versions. --> |
68 | | - <build.version>2.5.0</build.version> |
| 68 | + <build.version>2.6.0</build.version> |
69 | 69 |
|
70 | 70 | <sonar.projectKey>BentoBoxWorld_Boxed</sonar.projectKey> |
71 | 71 | <sonar.organization>bentobox-world</sonar.organization> |
|
178 | 178 | <version>${spigot.version}</version> |
179 | 179 | <scope>provided</scope> |
180 | 180 | </dependency> |
181 | | - |
| 181 | + <dependency> |
| 182 | + <groupId>org.spigotmc.....</groupId> |
| 183 | + <artifactId>spigot</artifactId> |
| 184 | + <version>1.21-R0.1-SNAPSHOT</version> |
| 185 | + <scope>provided</scope> |
| 186 | + </dependency> |
| 187 | + <dependency> |
| 188 | + <groupId>org.spigotmc....</groupId> |
| 189 | + <artifactId>spigot</artifactId> |
| 190 | + <version>1.20.6-R0.1-SNAPSHOT</version> |
| 191 | + <scope>provided</scope> |
| 192 | + </dependency> |
| 193 | + <dependency> |
| 194 | + <groupId>org.spigotmc.</groupId> |
| 195 | + <artifactId>spigot</artifactId> |
| 196 | + <version>1.20.3-R0.1-SNAPSHOT</version> |
| 197 | + <scope>provided</scope> |
| 198 | + </dependency> |
| 199 | + <dependency> |
| 200 | + <groupId>org.spigotmc..</groupId> |
| 201 | + <artifactId>spigot</artifactId> |
| 202 | + <version>1.20.2-R0.1-SNAPSHOT</version> |
| 203 | + <scope>provided</scope> |
| 204 | + </dependency> |
| 205 | + <dependency> |
| 206 | + <groupId>org.spigotmc...</groupId> |
| 207 | + <artifactId>spigot</artifactId> |
| 208 | + <version>1.20.1-R0.1-SNAPSHOT</version> |
| 209 | + <scope>provided</scope> |
| 210 | + </dependency> |
182 | 211 | </dependencies> |
183 | 212 |
|
184 | 213 | <build> |
|
0 commit comments