mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Bump JUnit 5 versions.
This commit is contained in:
parent
6c031cd3c1
commit
2241323498
1 changed files with 3 additions and 4 deletions
|
@ -40,9 +40,8 @@ object Versions {
|
|||
|
||||
// JUnit 5
|
||||
val junit = "4.12"
|
||||
val junitPlatform = "1.0.0-M4"
|
||||
val junitJupiter = "5.0.0-M4"
|
||||
val junitVintageVersion = "$junit.0-M4"
|
||||
val junitPlatform = "1.1.0"
|
||||
val junitJupiter = "5.1.0"
|
||||
}
|
||||
|
||||
fun mavenResolver(vararg m: String)
|
||||
|
@ -123,7 +122,7 @@ val kobaltPluginApi = project {
|
|||
"org.junit.platform:junit-platform-engine:${Versions.junitPlatform}",
|
||||
"org.junit.platform:junit-platform-console:${Versions.junitPlatform}",
|
||||
"org.junit.jupiter:junit-jupiter-engine:${Versions.junitJupiter}",
|
||||
"org.junit.vintage:junit-vintage-engine:${Versions.junitVintageVersion}",
|
||||
"org.junit.vintage:junit-vintage-engine:${Versions.junitJupiter}",
|
||||
"org.apache.commons:commons-compress:1.15",
|
||||
"commons-io:commons-io:2.6",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue