File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ slf4j = "2.0.16"
13
13
slf4jVersionrange = " [1.7,3)"
14
14
15
15
[libraries ]
16
+ junitJupiterApi = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junitJupiter" }
17
+ junitJupiterEngine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junitJupiter" }
18
+ junitPlatformCommons = { module = " org.junit.platform:junit-platform-commons" , version.ref = " junitPlatform" }
19
+ junitPlatformLauncher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junitPlatform" }
16
20
kotlin = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
17
21
kotlinCommon = { module = " org.jetbrains.kotlin:kotlin-stdlib-common" , version.ref = " kotlin" }
18
22
kotlinJdk7 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk7" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments