Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Oct 27, 2024
1 parent abe1b6a commit a956f0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ tasks.withType(Test) {
```gradle
// build.gradle.kts
plugins {
kotlin("jvm") version "2.0.30"
kotlin("jvm") version "2.0.21"
id("com.coditory.integration-test") version "2.0.3"
}
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
}
tasks.withType<Test> {
Expand All @@ -112,13 +112,13 @@ tasks.withType<Test> {
```gradle
// build.gradle.kts
plugins {
kotlin("jvm") version "2.0.30"
kotlin("jvm") version "2.0.21"
id("com.coditory.integration-test") version "2.0.3"
}
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
}
Expand Down

0 comments on commit a956f0a

Please sign in to comment.