mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Upgrade JUnit for Kotlin, add kotlinx.test
This commit is contained in:
parent
fcd540f80d
commit
8e26832f59
@ -14,7 +14,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user