File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,18 +89,18 @@ dependencies {
89
89
``` kotlin
90
90
dependencies {
91
91
// See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
92
- testImplementation(' com.github.seeseemelk:MockBukkit-v1.21:3.128.0' )
92
+ testImplementation(" com.github.seeseemelk:MockBukkit-v1.21:3.128.0" )
93
93
94
- testImplementation(' dev.jorel:commandapi-bukkit-test-toolkit:9.7.0' )
94
+ testImplementation(" dev.jorel:commandapi-bukkit-test-toolkit:9.7.0" )
95
95
96
96
// May be the shade dependency and/or mojang-mapped
97
- compileOnly(' dev.jorel:commandapi-bukkit-core:9.7.0' )
97
+ compileOnly(" dev.jorel:commandapi-bukkit-core:9.7.0" )
98
98
99
99
// Can also be paper-api
100
- compileOnly(' org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT' )
100
+ compileOnly(" org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT" )
101
101
102
102
// See https://junit.org/junit5/ for latest version
103
- testImplementation(' org.junit.jupiter:junit-jupiter-engine:5.8.2' )
103
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.8.2" )
104
104
}
105
105
```
106
106
You can’t perform that action at this time.
0 commit comments