Minor: update junit to 4.11

This commit is contained in:
Zalim Bashorov
2014-10-10 23:08:55 +04:00
parent 1b2aa205ec
commit 88f9621b45
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import kotlin.modules.*
fun project() {
module("testlib") {
classpath += "lib/junit-4.9.jar"
classpath += "lib/junit-4.11.jar"
addSourceFiles("test")
}