浏览代码

Specific versions.

Change-Id: Iea36563c1cd6119e3da0b2d200ceb95d09092fd8
Reviewed-on: http://gerrit.dmdirc.com/4005
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/05/4005/2
Chris Smith 9 年前
父节点
当前提交
24887407f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle 查看文件

@@ -27,8 +27,8 @@ targetCompatibility = 1.7
27 27
 repositories.mavenCentral()
28 28
 
29 29
 dependencies {
30
-    testCompile group: 'junit', name: 'junit', version: '4.+'
31
-    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.+'
30
+    testCompile group: 'junit', name: 'junit', version: '4.11'
31
+    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
32 32
 }
33 33
 
34 34
 publishing {

正在加载...
取消
保存