Skip to content

Commit

Permalink
Merge pull request #14 from jvmusin/drop-kotest-stuff
Browse files Browse the repository at this point in the history
Drop kotest-property
  • Loading branch information
jvmusin authored Feb 29, 2024
2 parents 9e2a7e6 + c5c21b2 commit cabc37f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {

testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")
testImplementation("io.kotest.extensions:kotest-extensions-spring:$kotestExtensionsSpringVersion")
}

Expand Down

0 comments on commit cabc37f

Please sign in to comment.