Skip to content

Commit e6a6d98

Browse files
author
gdy
committed
using API version 1.1, test version 1.1
1 parent ffdc249 commit e6a6d98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
18+
compile 'com.github.ProjectKaiser:pk-vcs-api:1.1'
1919
compile 'commons-logging:commons-logging:1.2'
2020
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
21-
22-
testCompile 'org.kohsuke:github-api:1.75'
21+
22+
testCompile 'org.kohsuke:github-api:1.75'
2323
testCompile 'org.mockito:mockito-core:2.0.62-beta'
2424
testCompile 'junit:junit:4.12'
25-
testCompile 'com.github.ProjectKaiser:pk-vcs-test:master-SNAPSHOT'
25+
testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.1'
2626
}
2727

2828
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)