Skip to content

Commit 42d332d

Browse files
committed
Fix test toolkit dependency in its setup page
1 parent 42ca215 commit 42d332d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/test/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
// See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
7171
testImplementation 'com.github.seeseemelk:MockBukkit-v1.21:3.128.0'
7272
73-
testImplementation 'dev.jorel.commandapi-bukkit-test-toolkit:9.7.0'
73+
testImplementation 'dev.jorel:commandapi-bukkit-test-toolkit:9.7.0'
7474
7575
// May be the shade dependency and/or mojang-mapped
7676
compileOnly 'dev.jorel:commandapi-bukkit-core:9.7.0'
@@ -91,7 +91,7 @@ dependencies {
9191
// See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
9292
testImplementation('com.github.seeseemelk:MockBukkit-v1.21:3.128.0')
9393

94-
testImplementation('dev.jorel.commandapi-bukkit-test-toolkit:9.7.0')
94+
testImplementation('dev.jorel:commandapi-bukkit-test-toolkit:9.7.0')
9595

9696
// May be the shade dependency and/or mojang-mapped
9797
compileOnly('dev.jorel:commandapi-bukkit-core:9.7.0')

0 commit comments

Comments
 (0)