Skip to content

Commit

Permalink
Add jetbrains annotations as testImplementation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 10, 2023
1 parent 183ec7f commit 1744ebc
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 @@ -116,6 +116,7 @@ allprojects {
dependencies {
testImplementation(libs.mockito)
testImplementation(libs.equalsVerifier)
testImplementation(libs.jetbrains.annotations)
testImplementation(libs.guava)
testImplementation(libs.bouncycastle.pkix)
testImplementation(libs.bouncycastle.prov)
Expand Down

0 comments on commit 1744ebc

Please sign in to comment.