mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
Merge remote-tracking branch 'remotes/origin/v7.1' into testability_steps_1_2_3_again
This commit is contained in:
commit
ef0c4797bb
@ -24,9 +24,9 @@ dependencies {
|
|||||||
implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2'
|
implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2'
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
Binary file not shown.
BIN
compiler/lib/apiguardian-api-1.1.2.jar
Normal file
BIN
compiler/lib/apiguardian-api-1.1.2.jar
Normal file
Binary file not shown.
BIN
compiler/lib/hamcrest-2.2.jar
Normal file
BIN
compiler/lib/hamcrest-2.2.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
compiler/lib/junit-jupiter-api-5.7.2.jar
Normal file
BIN
compiler/lib/junit-jupiter-api-5.7.2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
compiler/lib/junit-platform-commons-1.7.2.jar
Normal file
BIN
compiler/lib/junit-platform-commons-1.7.2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
compiler/lib/opentest4j-1.2.0.jar
Normal file
BIN
compiler/lib/opentest4j-1.2.0.jar
Normal file
Binary file not shown.
@ -16,9 +16,9 @@ dependencies {
|
|||||||
implementation project(':parser')
|
implementation project(':parser')
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
@ -23,9 +23,9 @@ dependencies {
|
|||||||
implementation "org.slf4j:slf4j-simple:1.7.30"
|
implementation "org.slf4j:slf4j-simple:1.7.30"
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
@ -26,9 +26,9 @@ dependencies {
|
|||||||
implementation "org.slf4j:slf4j-simple:1.7.30"
|
implementation "org.slf4j:slf4j-simple:1.7.30"
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
Loading…
Reference in New Issue
Block a user