Skip to content

Commit

Permalink
Add missing opentest4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Aug 7, 2024
1 parent 4a776ca commit e62894b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dependencies {
}

testImplementation(kotlin("test"))
testImplementation("org.opentest4j:opentest4j:1.3.0")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
implementation("org.codehaus.plexus:plexus-utils:3.5.1")
Expand Down

0 comments on commit e62894b

Please sign in to comment.