@@ -31,15 +31,15 @@ When you add the dependencies for MockBukkit and `commandapi-paper-test-toolkit`
3131 <dependency >
3232 <groupId >dev.jorel</groupId >
3333 <artifactId >commandapi-paper-test-toolkit</artifactId >
34- <version >11.0.0-SNAPSHOT </version >
34+ <version >11.0.0</version >
3535 <scope >test</scope >
3636 </dependency >
3737
3838 <!-- May also be the shade dependency -->
3939 <dependency >
4040 <groupId >dev.jorel</groupId >
4141 <artifactId >commandapi-paper-core</artifactId >
42- <version >11.0.0-SNAPSHOT </version >
42+ <version >11.0.0</version >
4343 <scope >provided</scope >
4444 </dependency >
4545
@@ -71,10 +71,10 @@ dependencies {
7171 // See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
7272 testImplementation 'org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.72.8'
7373
74- testImplementation 'dev.jorel:commandapi-paper-test-toolkit:11.0.0-SNAPSHOT '
74+ testImplementation 'dev.jorel:commandapi-paper-test-toolkit:11.0.0'
7575
7676 // May also be the shade dependency
77- compileOnly 'dev.jorel:commandapi-paper-core:11.0.0-SNAPSHOT '
77+ compileOnly 'dev.jorel:commandapi-paper-core:11.0.0'
7878
7979 compileOnly 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
8080
@@ -91,10 +91,10 @@ dependencies {
9191 // See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
9292 testImplementation(" org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.72.8" )
9393
94- testImplementation(" dev.jorel:commandapi-paper-test-toolkit:11.0.0-SNAPSHOT " )
94+ testImplementation(" dev.jorel:commandapi-paper-test-toolkit:11.0.0" )
9595
9696 // May also be the shade dependency
97- compileOnly(" dev.jorel:commandapi-paper-core:11.0.0-SNAPSHOT " )
97+ compileOnly(" dev.jorel:commandapi-paper-core:11.0.0" )
9898
9999 compileOnly(" io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT" )
100100
@@ -128,15 +128,15 @@ When you add the dependencies for MockBukkit and `commandapi-spigot-test-toolkit
128128 <dependency >
129129 <groupId >dev.jorel</groupId >
130130 <artifactId >commandapi-spigot-test-toolkit</artifactId >
131- <version >11.0.0-SNAPSHOT </version >
131+ <version >11.0.0</version >
132132 <scope >test</scope >
133133 </dependency >
134134
135135 <!-- May also be the shade dependency -->
136136 <dependency >
137137 <groupId >dev.jorel</groupId >
138138 <artifactId >commandapi-spigot-core</artifactId >
139- <version >11.0.0-SNAPSHOT </version >
139+ <version >11.0.0</version >
140140 <scope >provided</scope >
141141 </dependency >
142142
@@ -168,10 +168,10 @@ dependencies {
168168 // See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
169169 testImplementation 'org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.72.8'
170170
171- testImplementation 'dev.jorel:commandapi-spigot-test-toolkit:11.0.0-SNAPSHOT '
171+ testImplementation 'dev.jorel:commandapi-spigot-test-toolkit:11.0.0'
172172
173173 // May also be the shade dependency
174- compileOnly 'dev.jorel:commandapi-spigot-core:11.0.0-SNAPSHOT '
174+ compileOnly 'dev.jorel:commandapi-spigot-core:11.0.0'
175175
176176 compileOnly 'org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT'
177177
@@ -188,10 +188,10 @@ dependencies {
188188 // See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
189189 testImplementation(" org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.72.8" )
190190
191- testImplementation(" dev.jorel:commandapi-spigot-test-toolkit:11.0.0-SNAPSHOT " )
191+ testImplementation(" dev.jorel:commandapi-spigot-test-toolkit:11.0.0" )
192192
193193 // May also be the shade dependency
194- compileOnly(" dev.jorel:commandapi-spigot-core:11.0.0-SNAPSHOT " )
194+ compileOnly(" dev.jorel:commandapi-spigot-core:11.0.0" )
195195
196196 compileOnly(" org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT" )
197197
0 commit comments