Skip to content

Commit

Permalink
Merge pull request #25 from ClothingStoreService/hotfix/dependency-er…
Browse files Browse the repository at this point in the history
…ror-modify

feat: kotest 의존성 에러 수정
  • Loading branch information
hjj4060 authored Aug 15, 2024
2 parents add470f + 192c96a commit 1c6b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {

//test
val mockkVersion = "1.13.12"
val kotestVersion = "5.8"
val kotestVersion = "5.8.0"
testImplementation("io.mockk:mockk:${mockkVersion}")
testImplementation("io.kotest:kotest-runner-junit5:${kotestVersion}")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 1c6b2e1

Please sign in to comment.