Skip to content

Commit c289222

Browse files
committed
Using pk-vcs-api 1.2, pk-vcs-test 1.2
1 parent 9213fe6 commit c289222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repositories {
1818
defaultTasks 'build';
1919

2020
dependencies {
21-
compile 'com.github.ProjectKaiser:pk-vcs-api:1.1'
21+
compile 'com.github.ProjectKaiser:pk-vcs-api:1.2'
2222
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
2323
compile 'commons-logging:commons-logging:1.2'
2424

2525
testCompile 'junit:junit:4.12'
26-
testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.1'
26+
testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.2'
2727
testCompile 'org.mockito:mockito-core:2.0.62-beta'
2828
}
2929

0 commit comments

Comments
 (0)