Skip to content

Commit

Permalink
Update test lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
laech committed Oct 9, 2023
1 parent 5e36924 commit b3b7215
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 @@ -16,7 +16,7 @@ repositories { mavenCentral() }
dependencies {
testImplementation("org.mockito:mockito-core:3.11.2")
testImplementation("org.mockito.kotlin:mockito-kotlin:3.2.0")
testImplementation("nz.lae.stacksrc:stacksrc-junit5:0.5.0")
testImplementation("nz.lae.stacksrc:stacksrc-junit5:0.5.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
Expand Down

0 comments on commit b3b7215

Please sign in to comment.