Compare commits
3 commits
42d41bfb9e
...
355f12b569
Author | SHA1 | Date | |
---|---|---|---|
355f12b569 | |||
631ee8f716 | |||
14a32bc55b |
2 changed files with 1 additions and 2 deletions
|
@ -38,5 +38,4 @@ steps:
|
|||
trigger:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- tag
|
|
@ -26,7 +26,7 @@ dependencies {
|
|||
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
|
||||
|
||||
testImplementation(kotlin("test-junit5"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue