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
@@ -3,7 +3,7 @@ import kotlin.modules.*
fun project() {
module("kunit") {
// TODO how to refer to the dir of the module?
classpath += "lib/junit-4.9.jar"
classpath += "lib/junit-4.11.jar"
addSourceFiles("src/main/kotlin")
}