Skip to content

Commit

Permalink
build: fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Mar 4, 2022
1 parent d14823e commit f1f3fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies {

testImplementation(libs.javax.inject)
testImplementation(libs.guice)
testImplementation(libs.configurate.core)
testImplementation(libs.adventure.plain)
}

cucumber {
Expand Down

0 comments on commit f1f3fae

Please sign in to comment.