Skip to content

Commit e721cb8

Browse files
committed
build(project): Add Paper dependency for testing
1 parent 70c8faf commit e721cb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323

2424
// Testing
2525
testImplementation(platform(libs.mycelium.bom))
26+
testImplementation(libs.paper)
2627
testImplementation(libs.junit.jupiter)
2728
testImplementation(libs.junit.platform.launcher)
2829
testRuntimeOnly(libs.junit.jupiter.engine)

0 commit comments

Comments
 (0)