We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9213fe6 commit c289222Copy full SHA for c289222
build.gradle
@@ -18,12 +18,12 @@ repositories {
18
defaultTasks 'build';
19
20
dependencies {
21
- compile 'com.github.ProjectKaiser:pk-vcs-api:1.1'
+ compile 'com.github.ProjectKaiser:pk-vcs-api:1.2'
22
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
23
compile 'commons-logging:commons-logging:1.2'
24
25
testCompile 'junit:junit:4.12'
26
- testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.1'
+ testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.2'
27
testCompile 'org.mockito:mockito-core:2.0.62-beta'
28
}
29
0 commit comments