File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 5454 <!-- Non-minecraft related dependencies -->
5555 <powermock .version>2.0.9</powermock .version>
5656 <!-- More visible way how to change dependency versions -->
57- <spigot .version>1.21.5 -R0.1-SNAPSHOT</spigot .version>
58- <paper .version>1.21.5 -R0.1-SNAPSHOT</paper .version>
59- <bentobox .version>2.7.1-SNAPSHOT </bentobox .version>
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>
6060 <!-- Revision variable removes warning about dynamic version -->
6161 <revision >${build.version}-SNAPSHOT</revision >
6262 <!-- Do not change unless you want different name for local builds. -->
6363 <build .number>-LOCAL</build .number>
6464 <!-- This allows to change between versions. -->
65- <build .version>2.9 .0</build .version>
65+ <build .version>3.0 .0</build .version>
6666
6767 <sonar .projectKey>BentoBoxWorld_Boxed</sonar .projectKey>
6868 <sonar .organization>bentobox-world</sonar .organization>
183183 <version >${spigot.version} </version >
184184 <scope >provided</scope >
185185 </dependency >
186+ <dependency >
187+ <groupId >org.spigotmc....</groupId >
188+ <artifactId >spigot</artifactId >
189+ <version >1.21.5-R0.1-SNAPSHOT</version >
190+ <scope >provided</scope >
191+ </dependency >
186192 <dependency >
187193 <groupId >org.spigotmc...</groupId >
188194 <artifactId >spigot</artifactId >
You can’t perform that action at this time.
0 commit comments