Skip to content

Commit

Permalink
Update Kotest to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Sep 10, 2023
1 parent 1bd8031 commit caf4f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EOCV-Sim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publishing {
}
}

ext.kotest_version = '4.4.3'
ext.kotest_version = '5.7.2'

test {
useJUnitPlatform()
Expand Down Expand Up @@ -96,4 +96,4 @@ task(writeBuildClassJava) {
"}"
}

build.dependsOn writeBuildClassJava
build.dependsOn writeBuildClassJava

0 comments on commit caf4f43

Please sign in to comment.