Skip to content

Commit

Permalink
Fix test toolkit dependency in its setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
DerEchtePilz committed Jan 3, 2025
1 parent 42ca215 commit 42d332d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/test/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
testImplementation 'com.github.seeseemelk:MockBukkit-v1.21:3.128.0'
testImplementation 'dev.jorel.commandapi-bukkit-test-toolkit:9.7.0'
testImplementation 'dev.jorel:commandapi-bukkit-test-toolkit:9.7.0'
// May be the shade dependency and/or mojang-mapped
compileOnly 'dev.jorel:commandapi-bukkit-core:9.7.0'
Expand All @@ -91,7 +91,7 @@ dependencies {
// See https://github.com/MockBukkit/MockBukkit?tab=readme-ov-file#mag-usage for latest version
testImplementation('com.github.seeseemelk:MockBukkit-v1.21:3.128.0')

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

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

0 comments on commit 42d332d

Please sign in to comment.