Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Add kotest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 29, 2024
1 parent 88d1765 commit 93c479a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ commons-io = "2.15.1" # https://commons.ap
# Testing
junit = "5.10.1" # https://junit.org/
junit4 = "4.13.2" # https://junit.org/junit4/
kotest = "5.8.1" # https://kotest.io/


[plugins]
Expand Down Expand Up @@ -95,3 +96,7 @@ commons-io = { module = "commons-io:commons-io",
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
junit4 = { module = "junit:junit", version.ref = "junit4" }
kotest = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-datatest = { module = "io.kotest:kotest-framework-datatest", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }

0 comments on commit 93c479a

Please sign in to comment.