Skip to content

Commit

Permalink
chore(deps): drop unused test library (mockito)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 2, 2022
1 parent ef52639 commit c27a0ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
dokka = "1.6.21"
kotest = "5.3.0"
kotlin = "1.6.21"
mockito = "4.6.1"
nexus-publish = "1.1.0"

[libraries]
kotest-junit5-jvm = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "kotest" }
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-publish" }

[bundles]
kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm", "mockito-core" ]
kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm" ]

[plugins]
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
Expand Down

0 comments on commit c27a0ec

Please sign in to comment.